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
+ 6. Orginize the system files better
ChangeLog:
----------------------
+2011/22/20
+-[lib_css.php] created ()
+-[lib_env.php] created
+
2011/22/20
-[yotsubanome.php] error system and found bugs rewt5
-[lib_common.php] error system and found bugs rewt5
define("PHP_DIRECTORY", '../test/'); // yotsubanome "C:\windows\system\"
/* Include */
-include_once(PHP_DIRECTORY.'env.php'); // Enviorment Settings
+include_once(PHP_DIRECTORY.'lib/lib_env.php'); // Enviorment Settings
include_once(PHP_DIRECTORY.'config.php'); // 引入設定檔
include_once(PHP_DIRECTORY.'lib/lib_language.php'); // 引入語系
include_once(PHP_DIRECTORY.'lib/lib_common.php'); // 引入共通函式檔案
$name = str_replace('&'.TRIP_KEY, '&'.TRIP_KEY, $name); // 避免 &#xxxx; 後面被視為 Trip 留下 & 造成解析錯誤
}
// End of Tripcode area--------------------------------------------------------------------------
+
// 內文修整
if((strlen($com) > COMM_MAX) && !$is_admin) error(_T('regist_commenttoolong'), $dest);
$com = CleanStr($com, $is_admin); // 引入$is_admin參數是因為當管理員キャップ啟動時,允許管理員依config設定是否使用HTML