Merge pull request #904 from anaggh/patch-1

Remove deprecated track_errors
This commit is contained in:
Diego Najar 2019-01-05 14:52:46 +01:00 committed by GitHub
commit fb6b0e5611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);