From bd2d6cc36ee66bdaa5fafd98dfb7888dfd373092 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Wed, 2 Dec 2020 11:13:37 +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 <roland@mxchange.org>
---
 core      | 2 +-
 index.php | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

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 <webmaster@shipsimu.org>
  * @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