diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-09 21:34:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-09 21:34:29 +0100 |
| commit | 75836f33860f26ca55ec8e8661cff4b0edc2fe5e (patch) | |
| tree | 55856842d3fef1121e4765a78cab7f47f24b56b8 /config.php-dist | |
| parent | a24f525cce32a6515532ac9392a5b02838ff82be (diff) | |
option to redirect to https url for login, option ENABLE_LOGIN_SSL (fixes some non-absolute redirects)
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 309af2da9..446038110 100644 --- a/config.php-dist +++ b/config.php-dist @@ -54,4 +54,7 @@ define('GLOBAL_ENABLE_LABELS', false); // Labels are a security risk, so this option can globally disable them for all users. + define('ENABLE_LOGIN_SSL', false); + // Redirect to SSL url for login + ?> |