From c550addeefe1906f987a8569de1d4195ca9d594a Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 13 Mar 2019 11:53:26 +0100 Subject: [PATCH] fix caching for SVG files we do not need a session to be initialized for the SVG requests. --- svg.php | 1 + 1 file changed, 1 insertion(+) diff --git a/svg.php b/svg.php index dc5eb8f..0b33c47 100644 --- a/svg.php +++ b/svg.php @@ -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');