summaryrefslogtreecommitdiff
path: root/web/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/index.php b/web/index.php
index 28ac066..7852e25 100644
--- a/web/index.php
+++ b/web/index.php
@@ -5,9 +5,9 @@ require_once( "../include/Template.inc" );
require_once("../include/Tools.inc");
$namespace = new Namespace(
- array( # have_database => 1,
- # have_session => 1,
- # have_user => 1 )
+ array( have_database => 0,
+ have_session => 0,
+ have_user => 0
)
) or
die("Nobody loves me. I don't even have space for a name.");