From f4c58ab25f3c5fb3e4694e1d3aee366bdc535e06 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sun, 20 Feb 2011 02:12:25 -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 f6c2467..4242d2d 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('/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