Reverted Changes

This commit is contained in:
Luca Haid
2025-03-12 14:03:15 +00:00
parent c84e327955
commit 212c16fc5b

View File

@@ -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 "</pre>";
}
}