From eb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Thu, 19 Mar 2020 10:27:06 +0100 Subject: Rev: 4626 --- mayor-orig/mayor-base/log/mayor-base.rev | 2 +- mayor-orig/mayor-base/www/include/base/config.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'mayor-orig/mayor-base') diff --git a/mayor-orig/mayor-base/log/mayor-base.rev b/mayor-orig/mayor-base/log/mayor-base.rev index c000845d..e2f5cf77 100644 --- a/mayor-orig/mayor-base/log/mayor-base.rev +++ b/mayor-orig/mayor-base/log/mayor-base.rev @@ -1 +1 @@ -4624 +4626 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'] )); -- cgit v1.2.3