Exit after an error with exit(1)

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-09 11:32:53 +01:00
parent 1cc15ddd42
commit 9281d68bea

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/");