]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Tue, 24 May 2011 07:36:56 +0000 (02:36 -0500)
committersparky4 <sparky4@4ch.irc.su>
Tue, 24 May 2011 07:36:56 +0000 (02:36 -0500)
config.php

index c88231963f026403f8ed2765ea8370a75b409b0c..0a3e8c740c94d55d9b66190e7ab7b1a3e13dec94 100755 (executable)
@@ -107,7 +107,7 @@ $config['TIME_FORMAT'] = 'H:i:s'; // time format
 //----define("EN_SEC", 1); // 時間表示に「秒」を含める  含める:1 含めない:0
 if(!defined("PIXMICAT_LANGUAGE")) define("PIXMICAT_LANGUAGE", 'en_US'); // 語系語定 // ja_JP en_US zh_TW
 define("HTTP_UPLOAD_DIFF", 50); // HTTP上傳所有位元組與實際位元組之允許誤差值
-ini_set("memory_limit", '24M'); // PHP運行的最大記憶體使用量 (php內定8M / 建議32M)
+ini_set("memory_limit", '8M'); // PHP運行的最大記憶體使用量 (php內定8M / 建議32M)
 
 // FileIO設定
 define("FILEIO_BACKEND", 'normal'); // FileIO後端指定
@@ -167,7 +167,7 @@ $config['CAP.ISHTML'] = true; // 管理員キャップ啟動後內文是否接
 define("USE_THUMB", 1); // サムネイルを作る  する:1 しない:0 // 使用預覽圖機能 (使用: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("USE_SEARCH", 0); // 開放搜尋功能 (是:1 否: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)