fix caching for SVG files

we do not need a session to be initialized for the SVG requests.
This commit is contained in:
Andreas Gohr 2019-03-13 11:53:26 +01:00
commit c550addeef

View file

@ -2,6 +2,7 @@
namespace dokuwiki\template\sprintdoc;
define('NOSESSION', 1);
if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__) . '/../../../');
require_once(DOKU_INC . 'inc/init.php');