Remove deprecated track_errors
This commit is contained in:
parent
7ae0a559a3
commit
0bf63ed78b
|
@ -15,7 +15,6 @@ if (DEBUG_MODE) {
|
|||
// Turn on all error reporting
|
||||
ini_set("display_errors", 0);
|
||||
ini_set('display_startup_errors',0);
|
||||
ini_set("track_errors", 1);
|
||||
ini_set("html_errors", 1);
|
||||
ini_set('log_errors', 1);
|
||||
error_reporting(E_ALL | E_STRICT | E_NOTICE);
|
||||
|
|
Loading…
Reference in New Issue