From cd3d37876ac0140855993d0e777f601220b7e9f9 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 5 Mar 2011 08:30:45 -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 e346d34..5abc5f1 100755 --- a/config.php +++ b/config.php @@ -141,7 +141,7 @@ define("TRIP_KEY", '◆'); define("TRIP_KEY_FAKE", '◇'); // 管理員キャップ(Cap)設定 (啟用條件:開啟使用;名稱輸入識別名稱,E-mail輸入#啟動密碼) -if(!$config['CAP.NAME'] && $config['CAP.PASSWORD']){ +if(!$config['CAP.NAME'] && !$config['CAP.PASSWORD']){ $config['CAP.ENABLE'] = true; // 是否使用管理員キャップ (使用:true 不使用:false) $config['CAP.NAME'] = 'futaba'; // 管理員キャップ識別名稱 $config['CAP.PASSWORD'] = 'futaba'; // 管理員キャップ啟動密碼 (在E-mail一欄輸入#啟動密碼) -- 2.39.5