Enable loading local icons in sidebar nav

A session needs to present, otherwise access to local media will be
denied, even if they are not ACL protected

Fixes #19
This commit is contained in:
Anna Dabrowska 2020-06-17 10:06:58 +02:00
commit 5184097879

View file

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