]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Fri, 4 Mar 2011 11:03:01 +0000 (05:03 -0600)
committersparky4 <sparky4@4ch.irc.su>
Fri, 4 Mar 2011 11:03:01 +0000 (05:03 -0600)
config.php

index c27dea244c39a84731603b70534489c59fc6340a..9a32d840a171c85546f8fdbe8d424ac6811b4221 100755 (executable)
@@ -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位置)