From 7d7f2228a95ffda0fb6510ef0b3b6aad12984616 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 24 Feb 2011 04:57:15 -0600 Subject: [PATCH] modified: config.php deleted: data/stylesheets.csv_daty data/stylesheets.daty --- config.php | 9 +++++---- data/stylesheets.csv_daty | 9 --------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100755 data/stylesheets.csv_daty diff --git a/config.php b/config.php index 24af41c..3c11acd 100755 --- a/config.php +++ b/config.php @@ -44,7 +44,8 @@ TODO: ChangeLog: ---------------------- 2011/22/20 --[]error system and found bugs rewt5 +-[yotsubanome.php] error system and found bugs rewt5 +-[lib_common.php] error system and found bugs rewt5 2011/2/20 -[yotsubanome.php] fix post 0 page 0 index.htm bug @@ -80,7 +81,7 @@ if(!defined("PHP_SELF")) define("PHP_SELF", 'yotsubanome.php'); // このスク //----define("TIME_ZONE", '-6'); // 時區設定 (GMT時區,參照 http://wwp.greenwichmeantime.com/ ) define("DATE_FORMAT", "Y/m/d"); // date format define("EN_SEC", 1); // 時間表示に「秒」を含める 含める:1 含めない:0 -define("PIXMICAT_LANGUAGE", 'en_US'); // 語系語定 // ja_JP en_US zh_TW +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) @@ -105,8 +106,8 @@ define("CONNECTION_STRING", 'log://img.csv_loog:tree.csv_loog/'); // PIO 連線 // loog = yotsubanome log file define("LUT_CACHE", 'lutcache.daty'); define("SIZE_CACHE", 'sizecache.daty'); -define("CSVSS", '_css.csv_daty'); -define("CSV_SS", 'stylesheets.csv_daty'); +//define("CSVSS", '_css.csv_daty'); +define("CSV_SS", 'stylesheets.daty'); /*---- Part 2:板面各項細部功能設定 ----*/ define("IMG_DIR", 'src/'); // 画像保存ディレクトリ。futaba.phpから見て // 圖片存放目錄 diff --git a/data/stylesheets.csv_daty b/data/stylesheets.csv_daty deleted file mode 100755 index 7d6aed2..0000000 --- a/data/stylesheets.csv_daty +++ /dev/null @@ -1,9 +0,0 @@ -yotsuba,四葉,yotsuba.css,, -yotsubablue,四葉青,yotsubablue.css,, -草葉,草葉,kusaba.css,, -四葉の芽,四葉の芽,yotsubanome.css,default, -burichan,ブリ,burichan.css,, -futaba,双葉,futaba.css,, -gurochan,guro,gurochan.css,, -photon,pho,photon.css,, -NULL,0,null.css,, -- 2.39.2