openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 7088ac16ecc54661401e47b3cd800e02336879e3
parent 13a971bd975d30508e87dfd24d4e64f4f5d331a0
Author: Jan Dankert <develop@jandankert.de>
Date:   Wed, 28 Aug 2019 00:36:03 +0200

New: Default: Kein Development-Mode.

Diffstat:
modules/cms-core/Dispatcher.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms-core/Dispatcher.class.php b/modules/cms-core/Dispatcher.class.php @@ -54,7 +54,7 @@ class Dispatcher global $conf; $conf = Session::getConfig(); - define('PRODUCTION', Conf()->is('production')); + define('PRODUCTION', Conf()->is('production',true)); define('DEVELOPMENT', !PRODUCTION); if( DEVELOPMENT)