]> git.mxchange.org Git - hub.git/blobdiff - application/hub/debug.php
Added empty task for DHT bootstrapping
[hub.git] / application / hub / debug.php
index 393601cdbf0b6884822a94f4a2c45b77e9485879..c65eb2a2905e7f5dbe026b5196528986ebe4340a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 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]
 ?>