diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-18 07:21:24 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-18 07:21:24 +0100 |
| commit | c8437f35c62f0ad12eee5d4b2ac075c44d7ed2c7 (patch) | |
| tree | 6b8c41f78785dc2ff6a35c09fa600b82597cf400 /config.php-dist | |
| parent | 1c7f75ed2c8e0c914bba2134158e483aa1c3af40 (diff) | |
optional login form/http basic auth support
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist index eeb1961bc..8e34e7b2c 100644 --- a/config.php-dist +++ b/config.php-dist @@ -13,5 +13,8 @@ define(WEB_DEMO_MODE, false); + + define(USE_HTTP_AUTH, false); + // use HTTP Basic authentication ?> |