aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base
diff options
context:
space:
mode:
authorM.Gergo2020-03-19 10:27:06 +0100
committerM.Gergo2020-03-19 10:27:06 +0100
commiteb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687 (patch)
tree9183ffe5ee9857e78da47c5f6b6556db0482c314 /mayor-orig/mayor-base
parent936098df78b3426c0a0d642921edd33e81b7a4c7 (diff)
downloadmayor-eb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687.tar.gz
mayor-eb17b2a9313d0b9bc3ce9f82b6426f3fc1f9c687.zip
Rev: 4626rev4626
Diffstat (limited to 'mayor-orig/mayor-base')
-rw-r--r--mayor-orig/mayor-base/log/mayor-base.rev2
-rw-r--r--mayor-orig/mayor-base/www/include/base/config.php1
2 files changed, 2 insertions, 1 deletions
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'] ));