Removed error output code

This commit is contained in:
Divarion-D
2025-09-24 21:38:49 +03:00
parent 5f61f852c2
commit e8970ccec1

View File

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