From 6a1b50c7dfa6c96f00a5dff40d37e36c668fe06a Mon Sep 17 00:00:00 2001
From: sparky4 <sparky4@4ch.irc.su>
Date: Fri, 4 Mar 2011 05:03:01 -0600
Subject: [PATCH] 	modified:   config.php

---
 config.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.php b/config.php
index c27dea2..9a32d84 100755
--- a/config.php
+++ b/config.php
@@ -155,7 +155,7 @@ define("USE_THUMB", 1); // サムネイルを作る  する:1 しない:0 // 使
 define("STYLEBAR", 1); // location of style bar [CSS decoration style for the pages] (top & bottom:1 bottom:0)
 define("USE_FLOATFORM", 1); // 新增文章表單使用自動隱藏 (是:1 否:0)
 define("USE_SEARCH", 1); // 開放搜尋功能 (是:1 否:0)
-define("OPTION", 1); // allow options to show up (yes:1 no:0)
+define("OPTION", 0); // allow options to show up (yes:1 no:0)
 define("USE_UPSERIES", 1); // 是否啟用連貼機能 [開主題後自動指向到主題下以方便連貼] (是:1 否:0)
 define("RESIMG", 1); // レスにも画像を添付できるようにする 添付可能:1 添付不可:0 // 回應附加圖檔機能 (開啟:1 關閉:0)
 //++++define("RES_MARK", '…'); // レスの頭に付ける文字列
@@ -223,7 +223,7 @@ $ModuleList[] = 'mod_dummy'; //<- null module?
 //$ModuleList[] = 'mod_vipquality';
 
 // 封鎖設定
-define("BAN_CHECK", 0); // 綜合性封鎖檢查功能 (關閉:0, 開啟:1)
+define("BAN_CHECK", 1); // 綜合性封鎖檢查功能 (關閉:0, 開啟:1)
 $BANPATTERN = array(); // 拒絶するホスト // IP/Hostname封鎖黑名單
 $DNSBLservers = array(0, 'sbl-xbl.spamhaus.org', 'list.dsbl.org', 'bl.blbl.org', 'bl.spamcop.net'); // DNSBL伺服器列表 (首項:使用伺服器個數)
 $DNSBLWHlist = array(); // DNSBL白名單 (請輸入IP位置)
-- 
2.39.5