summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 07:29:36 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 07:29:36 +0100
commit7d4c898ab3adbfbb0ad2c6887afc391273762828 (patch)
treeceee8f3919ea21a66a7be2abad674212fec9b5cd /config.php-dist
parentc8437f35c62f0ad12eee5d4b2ac075c44d7ed2c7 (diff)
optional SINGLE_USER_MODE
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 8e34e7b2c..9cea364dd 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -16,5 +16,9 @@
define(USE_HTTP_AUTH, false);
// use HTTP Basic authentication
-?>
+ define(SINGLE_USER_MODE, true);
+ // disable all multi-user stuff altogether and just assume admin user
+ // is always logged in
+
+?>