X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fdebug.php;h=636f4f933b6f5b4c57bfa099e9f5c70f94b123c4;hb=60309dbf11b95facb4f49572f00d1937938b2bbb;hp=47325711b8df4e6581236cdec4609e48f2a8baf5;hpb=0fcae44c67a36cb2708ea18d22a56b7200a5574c;p=hub.git diff --git a/application/hub/debug.php b/application/hub/debug.php index 47325711b..636f4f933 100644 --- a/application/hub/debug.php +++ b/application/hub/debug.php @@ -2,9 +2,9 @@ /** * Initialize some debug constants here * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0 - * @copyright Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team + * @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 . */ -// Hub main loop debugging -define('HUB_DEBUG_MAIN', true); +// Set error reporting +error_reporting(E_ALL | E_STRICT); // [EOF] ?>