From 212c16fc5b80be2eb3b6ca64eb7474ab97818afa Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Wed, 12 Mar 2025 14:03:15 +0000 Subject: [PATCH] Reverted Changes --- public/index.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/public/index.php b/public/index.php index 7b70b5e4a..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 { @@ -50,4 +42,4 @@ if(defined("MFVALUECACHE_DEBUG") && MFVALUECACHE_DEBUG) { } echo ""; -} \ No newline at end of file +}