]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Wed, 2 Mar 2011 08:40:44 +0000 (02:40 -0600)
committersparky4 <sparky4@4ch.irc.su>
Wed, 2 Mar 2011 08:40:44 +0000 (02:40 -0600)
config.php

index a011e067661a981cd60b245758ffa948c4a8fa09..06341fb75df429219f86e8dade2c0434a1f020d0 100755 (executable)
@@ -249,11 +249,11 @@ define("CSSFILE", "yotsubanome.css"); // default CSS file name
 define("FAV_ICON", '<link rel="shortcut icon" href="'.ICON_DIR.'favicon.ico" />'); // favicon file name
 define("PAGE_DEF", 16); // 一ページに表示する記事 // 一頁顯示幾篇討論串
 define("ADMIN_PAGE_DEF", 20); // 管理模式下,一頁顯示幾筆資料
-define("RE_DEF", 4); // 「レス省略」を表示するレスの数 // 一篇討論串最多顯示之回應筆數 (超過則自動隱藏,全部隱藏:0)
+define("RE_DEF", 8); // 「レス省略」を表示するレスの数 // 一篇討論串最多顯示之回應筆數 (超過則自動隱藏,全部隱藏:0)
 define("RE_PAGE_DEF", 40); // 回應模式一頁顯示幾筆回應內容 (分頁用,全部顯示:0)
-define("MAX_RES", 0); // 強制sageレス数 // 回應筆數超過多少則不自動推文 (關閉:0)
+define("MAX_RES", 1000); // 強制sageレス数 // 回應筆數超過多少則不自動推文 (關閉:0)
 define("MAX_AGE_TIME", 0); // 強制sageまでの時間   0で強制sageなし // 討論串可接受推文的時間範圍 (單位:小時,討論串存在超過此時間則回應皆不再自動推文 關閉:0)
-define("COMM_MAX", 9000); // 內文接受Bytes數 (注意:中文字為2Bytes)
+define("COMM_MAX", 18000); // 內文接受Bytes數 (注意:中文字為2Bytes)
 define("MAX_LINES", 16); // The number of lines in the comment feild that are displayed in the index (unlimited:0)
 define("NO_TEXTONLY", 0); // no text only? behavior with the no image switch (Ost [Eastern]:2 Futaba:1 Yotsubanome [OLD]:0)
 define("BR_CHECK", 0); // 改行を抑制する行数 しない:0 // 文字換行行數上限 (不限:0)