From 2a5b0dc3714a757bb0b7c557b7ac23723728a8a1 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Thu, 13 Mar 2025 08:11:47 +0000 Subject: [PATCH] fixed issue with errors in production --- public/index.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/index.php b/public/index.php index c6b0ec1e7..5ef8213f6 100755 --- a/public/index.php +++ b/public/index.php @@ -5,14 +5,6 @@ // phpinfo(); exit; define('mfUI',"web"); -// set max memory to 4GB -ini_set('memory_limit', '4096M'); - -//display errors -ini_set('display_errors', 1); -ini_set('display_startup_errors', 1); -ini_set('error_reporting', E_ALL); - if(file_exists("../config/config.php")) { require("../config/config.php"); } else {