This commit is contained in:
Michael Yoo 2013-02-09 21:37:13 +10:30
commit 88b7cb7228

View File

@ -78,7 +78,7 @@ if(!extension_loaded("zlib") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") .
}
if($errors > 0){
die();
exit(1); //Exit with error
}
require_all(FILE_PATH . "src/classes/");