From a4a6a1029af9f773d50756880360bb559a4f2fa1 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sun, 20 Feb 2011 02:11:10 -0600 Subject: [PATCH] modified: config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 9c96f71..f6c2467 100755 --- a/config.php +++ b/config.php @@ -63,7 +63,7 @@ ChangeLog: //error_reporting(E_ALL); //Show the cursed errors -include_once('../../conk/.pass.php'); // The password file sparky4 uses this line until the stable release is released +if(is_file('../../conk/.pass.php')) include_once('../../conk/.pass.php'); // The password file sparky4 uses this line until the stable release is released /*---- Part 1:程式基本設定 ----*/ -- 2.39.2