summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-30 16:28:28 +0100
committerAndreas Gohr <andi@splitbrain.org>2005-10-30 16:28:28 +0100
commit1c2d1019f48fa6b2dbc154f7534341ad0869a5d7 (patch)
tree88de342e9a03e4dd8cea16dec47788030f34d53c /lib/exe/js.php
parent6640792b86ac86bf8f51dcb48e250b5f8f4c9036 (diff)
downloadrpg-1c2d1019f48fa6b2dbc154f7534341ad0869a5d7.tar.gz
rpg-1c2d1019f48fa6b2dbc154f7534341ad0869a5d7.tar.bz2
Interwiki icons are set through CSS classes now
darcs-hash:20051030152828-7ad00-58a99ca20a1d6ec62612a6281034c1dd669be44d.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 9708dbc0d..b8b8c6401 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -7,7 +7,7 @@
*/
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
-define('NOSESSION',true); // we do not use a session or authentication here (better caching)
+if(!defined('NOSESSION')) define('NOSESSION',true); // we do not use a session or authentication here (better caching)
require_once(DOKU_INC.'inc/init.php');
require_once(DOKU_INC.'inc/pageutils.php');
require_once(DOKU_INC.'inc/io.php');