removed error handling
This commit is contained in:
@@ -5,14 +5,6 @@
|
||||
// phpinfo(); exit;
|
||||
define('mfUI',"web");
|
||||
|
||||
// set max mem to 6GB
|
||||
ini_set('memory_limit', '6G');
|
||||
|
||||
// display all errors
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('display_startup_errors', '1');
|
||||
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_DEPRECATED));
|
||||
|
||||
if(file_exists("../config/config.php")) {
|
||||
require("../config/config.php");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user