]> 4ch.mooo.com Git - test.git/blobdiff - config.php
modified: config.php
[test.git] / config.php
index 0a3e8c740c94d55d9b66190e7ab7b1a3e13dec94..f9f0730097460017c6c040431c701ac8e750876e 100755 (executable)
@@ -39,19 +39,23 @@ yotsubanome development status
 sparky4 made alot of changes with out following the guide lines
 TODO:
        1. when pixmicat release 6 comes out, upgrade the code with all fixes.... (this will be a long prossess)
-       2. import functions ported to yotsubanome's standards testing.
-       3. multiboard system.
+       2. import functions ported to yotsubanome's standards testing. (then export it to a module)
+       3. multiboard system. DEFINE => $config_(DEFINE)
        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
        6. Orginize the system files better
        7. a flexible HTML output (TXT BBS)
        8. TXT BBS FUNCTIONALITY AND APPEARANCE
-       9. TEMPLATE UPDATEING
+       9. TEMPLATE UPDATEING to pixmica release 6?
 
        10. flexible time system
+       11. Kb and b display properly in admin management functions
 
 ChangeLog:
 ----------------------
+2012/5/17
+-[yotsubanome.php] fixed a bug at line 1398
+
 2011/3/21
 -[config.php & yotsubanome.php] time system is more flexible
 
@@ -166,7 +170,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_FLOATFORM", 0); // 新增文章表單使用自動隱藏 (是: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)
@@ -247,7 +251,7 @@ $BAD_FILEMD5 = array("dummy","dummy2"); // 拒絶するファイルのmd5 // 限
 define("MAX_KB", 9000); // 投稿容量制限 KB(phpの設定により2Mまで // 投稿容量制限 KB(phpの設定により2Mまで // 附加圖檔上傳容量限制KB (php內定為最高2MB)
 define("STORAGE_LIMIT", 0); // 附加圖檔總容量限制功能 (啟動:1 關閉:0)
 define("STORAGE_MAX", 30000); // 附加圖檔總容量限制上限大小 (單位:KB)
-define("ALLOW_UPLOAD_EXT", 'GIF|JPG|PNG|BMP|SWF|TXT'); // 接受之附加圖檔副檔名 (送出前表單檢查用,用 | 分隔)
+define("ALLOW_UPLOAD_EXT", 'GIF|JPG|PNG|BMP|SWF|TXT|SVG'); // 接受之附加圖檔副檔名 (送出前表單檢查用,用 | 分隔)
 
 // 連續投稿時間限制
 define("RENZOKU", 4); // 連続投稿秒数 // 連續投稿間隔秒數