From 4236fcf3e542c24ed9b2014b91b96ef55999f2a9 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 4 Mar 2011 02:47:19 -0600 Subject: [PATCH] modified: config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index c8f0cdb..b9dccec 100755 --- a/config.php +++ b/config.php @@ -171,7 +171,7 @@ define("CLEAR_SAGE", 0); // 使用不推文模式時清除E-mail中的「sage」 define("USE_QUOTESYSTEM", 1); // 是否打開引用瀏覽系統 [自動轉換>>No.xxxx文字成連結並導引] (是:1 否:0) //++++---- //define("KB", 1); // Kilobytes or Bytes on the image file size display (Kilobytes:1 Bytes:0) -$config['KB'] = 1; // Kilobytes or Bytes on the image file size display (Kilobytes:1 Bytes:0) +$config['KB'] = 0; // 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) -- 2.39.5