]> git.mxchange.org Git - city.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 06:03:12 +0000 (07:03 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 4 Dec 2020 10:15:47 +0000 (11:15 +0100)
- updated index.php from core framework
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
core
index.php

diff --git a/core b/core
index a535464e99d3baa2b50830bdf57074db2f14340a..00571e55f7ea67ec80e36a3a293b0b7162c83572 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit a535464e99d3baa2b50830bdf57074db2f14340a
+Subproject commit 00571e55f7ea67ec80e36a3a293b0b7162c83572
index e3c5da87df742caed7a31be487ec3306d16460a3..818fb7386a86c0b9dec9db7fc259b495d9955c13 100644 (file)
--- 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);