From 27a142d5c5c2d2926399a9834f6203c6a6102ca7 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 May 2022 08:17:37 +0000 Subject: cleanup --- boot.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/boot.php b/boot.php index d7c39d1a7..4b0e32043 100644 --- a/boot.php +++ b/boot.php @@ -695,11 +695,7 @@ function sys_boot() { function startup() { - error_reporting(E_ALL & ~E_NOTICE); - - if (version_compare(PHP_VERSION, '8.0.0') >= 0) { - error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); - } + error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); // Some hosting providers block/disable this @set_time_limit(0); -- cgit v1.2.3