From 7d4c898ab3adbfbb0ad2c6887afc391273762828 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 07:29:36 +0100 Subject: optional SINGLE_USER_MODE --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') 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 + +?> -- cgit v1.2.3