From 238ead52073f1eef0bde13ce971c513fe56fd368 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 30 Jun 2013 13:53:50 +0200 Subject: [PATCH] Missing config.php doesnt print an error anymore. --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 116e09a..e33b7fa 100755 --- a/index.php +++ b/index.php @@ -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";