Missing config.php doesnt print an error anymore.
This commit is contained in:
parent
1a9248b003
commit
238ead5207
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue