]> git.mxchange.org Git - hub.git/blobdiff - application/hub/debug.php
Also here?
[hub.git] / application / hub / debug.php
index 2bf14db6bbd75f001a5f1580da736951cc0373b8..636f4f933b6f5b4c57bfa099e9f5c70f94b123c4 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Initialize some debug constants here
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -21,8 +21,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// Hub main loop debugging
-define('HUB_DEBUG_MAIN', true);
+// Set error reporting
+error_reporting(E_ALL | E_STRICT);
 
 // [EOF]
 ?>