fix caching for SVG files
we do not need a session to be initialized for the SVG requests.
This commit is contained in:
parent
a1039cd66b
commit
c550addeef
1 changed files with 1 additions and 0 deletions
1
svg.php
1
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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue