Construction consent/fix event

This commit is contained in:
Luca Haid
2025-03-12 14:01:55 +00:00
parent fc4d70764d
commit 6dc7fc58fc
4 changed files with 31 additions and 13 deletions
+8
View File
@@ -5,6 +5,14 @@
// 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 {