Reverted Changes
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user