From f36c99933a935701a9342d0b6010ecb2511111a8 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 22 Feb 2011 11:04:57 -0600 Subject: [PATCH] modified: config.php --- config.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index aaa229a..24af41c 100755 --- a/config.php +++ b/config.php @@ -39,10 +39,14 @@ TODO: 2. import functions ported to yotsubanome's standards testing. 3. multiboard system. 4. core board execution option. + 5. Warning: touch(): Unable to create file ../img.csv_loog0 because Permission denied /var/www/+4/test/lib/pio/pio.logflockp.php #554 ChangeLog: ---------------------- -2001/2/20 +2011/22/20 +-[]error system and found bugs rewt5 + +2011/2/20 -[yotsubanome.php] fix post 0 page 0 index.htm bug 2011/2/18 @@ -155,7 +159,8 @@ define("USE_QUOTESYSTEM", 1); // 是否打開引用瀏覽系統 [自動轉換>>N define("KB", 1); // Kilobytes or Bytes on the image file size display (Kilobytes:1 Bytes:0) define("SHOW_IMGWH", 1); // 是否顯示附加圖檔之原檔長寬尺寸 (是:1 否:0) define("SHOW_FILENAME", 1); // 是否顯示附加圖檔之原檔文件名 (是:1 否:0) -define("USE_CATEGORY", 1); // 是否開啟使用類別標籤分類功能 (是:1 否:0) +define("USE_CATEGORY", 0); // 是否開啟使用類別標籤分類功能 (是:1 否:0) +// Bugs in catagory system w define("USE_RE_CACHE", 1); // 是否使用回應頁面顯示快取功能 (是:1 否:0) if(!defined("USE_XHTML")) define("USE_XHTML", 1); // 是否回傳 XHTML 檔頭讓瀏覽器以更嚴格的方式解析 [僅限瀏覽器支援者] (是:1 否:0) @@ -171,7 +176,7 @@ $ModuleList[] = 'mod_bbcode'; //$ModuleList[] = 'mod_captcha'; $ModuleList[] = 'mod_catalog';//<-sparky4 needs here .... HELP //$ModuleList[] = 'mod_code';//<- missing JS and CSS files -//$ModuleList[] = 'mod_code_prettify';//<-sparky4 is here missing CSS file +$ModuleList[] = 'mod_code_prettify';//<-sparky4 is here missing CSS file //$ModuleList[] = 'mod_dummy'; //$ModuleList[] = 'mod_edit';//<-important -- 2.39.2