From e8970ccec1fad07cfe0607e12509c9987ea7413f Mon Sep 17 00:00:00 2001 From: Divarion-D Date: Wed, 24 Sep 2025 21:38:49 +0300 Subject: [PATCH] Removed error output code --- src/player/functions.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/player/functions.php b/src/player/functions.php index 190d205..53bdfa2 100644 --- a/src/player/functions.php +++ b/src/player/functions.php @@ -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); -} +} \ No newline at end of file