diff options
author | M.Gergo | 2020-03-19 10:27:06 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-19 10:27:06 +0100 |
commit | eb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687 (patch) | |
tree | 9183ffe5ee9857e78da47c5f6b6556db0482c314 /mayor-orig/mayor-base/www | |
parent | 936098df78b3426c0a0d642921edd33e81b7a4c7 (diff) | |
download | mayor-eb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687.tar.gz mayor-eb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687.zip |
Rev: 4626rev4626
Diffstat (limited to 'mayor-orig/mayor-base/www')
-rw-r--r-- | mayor-orig/mayor-base/www/include/base/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mayor-orig/mayor-base/www/include/base/config.php b/mayor-orig/mayor-base/www/include/base/config.php index 8ac2614c..991e249e 100644 --- a/mayor-orig/mayor-base/www/include/base/config.php +++ b/mayor-orig/mayor-base/www/include/base/config.php @@ -28,6 +28,7 @@ if (!defined('_LOGLEVEL')) define('_LOGLEVEL',10); if (!defined('__DEBUG')) define('__DEBUG',false); if (!defined('_SECURECOOKIE')) define('_SECURECOOKIE', true); +if (!defined('AUTHTOKENENABLED')) define('AUTHTOKENENABLED', true); define('_BASE_URL',( ($_SERVER['HTTPS']=='on')?"https://".$_SERVER['SERVER_NAME']:"http://".$_SERVER['SERVER_NAME'] )); |