From 9b476f22fa6ae16fdfc0538ac5440446008b7dd9 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sun, 20 Feb 2011 02:20:08 -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 4242d2d..d9ad2a9 100755 --- a/config.php +++ b/config.php @@ -63,7 +63,7 @@ ChangeLog: //error_reporting(E_ALL); //Show the cursed errors -if(is_file('/conk/.pass.php')) include_once('/conk/.pass.php'); // The password file sparky4 uses this line until the stable release is released +if(is_file('../.pass.php')) include_once('../.pass.php'); // The password file sparky4 uses this line until the stable release is released /*---- Part 1:程式基本設定 ----*/ -- 2.39.5