From 75836f33860f26ca55ec8e8661cff4b0edc2fe5e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Dec 2005 21:34:29 +0100 Subject: option to redirect to https url for login, option ENABLE_LOGIN_SSL (fixes some non-absolute redirects) --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') 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 + ?> -- cgit v1.2.3-54-g00ecf