From 6812aef61637c521f8e70562158acc839351c735 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 2 Dec 2020 07:03:12 +0100 Subject: [PATCH] Continued: - updated index.php from core framework - updated core framework MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- core | 2 +- index.php | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/core b/core index a535464..00571e5 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit a535464e99d3baa2b50830bdf57074db2f14340a +Subproject commit 00571e55f7ea67ec80e36a3a293b0b7162c83572 diff --git a/index.php b/index.php index e3c5da8..818fb73 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); -- 2.39.5