diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-11-02 23:26:04 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-11-02 23:26:04 +0100 |
commit | 6534245afc8e6007567455a841347fafb2413cc0 (patch) | |
tree | 91a25540957de0801e715c0535c7beb7a38690f3 /inc/init.php | |
parent | 72645b754b40e57485ed859b9b5416c604536c79 (diff) | |
download | rpg-6534245afc8e6007567455a841347fafb2413cc0.tar.gz rpg-6534245afc8e6007567455a841347fafb2413cc0.tar.bz2 |
some fixes in the testmanagement
darcs-hash:20051102222604-7ad00-f8f3ae8435f8d6f6d738daaec205c541a371e9c7.gz
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php index 44154a039..f9e095533 100644 --- a/inc/init.php +++ b/inc/init.php @@ -50,7 +50,7 @@ @ini_set('arg_separator.output', '&'); // init session - if (!headers_sent() && !defined(NOSESSION)){ + if (!headers_sent() && !defined('NOSESSION')){ session_name("DokuWiki"); session_start(); } |