diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-18 07:29:36 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-18 07:29:36 +0100 |
| commit | 7d4c898ab3adbfbb0ad2c6887afc391273762828 (patch) | |
| tree | ceee8f3919ea21a66a7be2abad674212fec9b5cd /config.php-dist | |
| parent | c8437f35c62f0ad12eee5d4b2ac075c44d7ed2c7 (diff) | |
optional SINGLE_USER_MODE
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 6 |
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 + +?> |