From: Roland Häder Date: Wed, 2 Dec 2020 10:13:37 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd2d6cc36ee66bdaa5fafd98dfb7888dfd373092;p=hub.git Continued: - updated index.php from core framework - updated core framework Signed-off-by: Roland Häder --- diff --git a/core b/core index 74b4f2c17..00571e55f 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 74b4f2c1770c622cbdbb1f84ac27771da18a0427 +Subproject commit 00571e55f7ea67ec80e36a3a293b0b7162c83572 diff --git a/index.php b/index.php index e3c5da87d..818fb7386 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ use \Exception; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -274,9 +274,6 @@ final class ApplicationEntryPoint { } } -// Developer mode active? Comment out if no dev! -define('DEVELOPER', true); - // Log all exceptions (only debug! This option can create large error logs) //define('LOG_EXCEPTIONS', true);