From 3a71f3abef04488fa104b4dc4bb3af1f85f70f7c Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 16 Sep 2025 15:19:24 +0000 Subject: [PATCH] removed error handling --- public/index.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/index.php b/public/index.php index cc3553756..fdbaa5830 100755 --- a/public/index.php +++ b/public/index.php @@ -5,14 +5,6 @@ // phpinfo(); exit; define('mfUI',"web"); -// set max mem to 6GB -ini_set('memory_limit', '6G'); - -// display all errors -ini_set('display_errors', '1'); -ini_set('display_startup_errors', '1'); -error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_DEPRECATED)); - if(file_exists("../config/config.php")) { require("../config/config.php"); } else {