Missing config.php doesnt print an error anymore.

This commit is contained in:
ArthurHoaro 2013-06-30 13:53:50 +02:00
parent 1a9248b003
commit 238ead5207

View file

@ -26,8 +26,6 @@ $success = array();
if(file_exists("config.php")){
require_once "config.php";
}else{
$error[] = "config.php not found !";
}
if(file_exists("functions.php")){
require_once "functions.php";