From: sparky4 Date: Tue, 24 May 2011 07:36:56 +0000 (-0500) Subject: modified: config.php X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=92989d0949f39eaa980624efe92dbd922e271d8e;p=test.git modified: config.php --- diff --git a/config.php b/config.php index c882319..0a3e8c7 100755 --- a/config.php +++ b/config.php @@ -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)