mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-11 23:48:27 +00:00
Removed error output code
This commit is contained in:
@@ -1758,15 +1758,4 @@ function sortArrayByArray($rArray, $rSort) {
|
||||
} else {
|
||||
return array();
|
||||
}
|
||||
}
|
||||
|
||||
define('PHP_ERRORS', true);
|
||||
|
||||
if (PHP_ERRORS) {
|
||||
error_reporting(5);
|
||||
ini_set('display_errors', true);
|
||||
ini_set('display_startup_errors', true);
|
||||
} else {
|
||||
error_reporting(0);
|
||||
ini_set('display_errors', 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user