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 +}