Changeset 16512 for branches/feature-module-update/html/admin/require.php
- Timestamp:
- 2007/10/19 16:53:52 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/require.php
r16330 r16512 17 17 } 18 18 19 require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 19 if (!defined("CACHE_PATH")) { 20 /** キャッシュ生成ディレクトリ */ 21 define("CACHE_PATH", $include_dir . HTML2DATA_DIR . "cache/"); 22 } 23 require_once(CLASS_EX_PATH . "SC_Initial_Ex.php"); 24 // アプリケーション初期化処理 25 $objInit = new SC_Initial_Ex(); 26 $objInit->init(); 27 28 //require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 20 29 require_once($include_dir . "/.." . HTML2DATA_DIR . "include/module.inc"); 21 30 require_once(CLASS_EX_PATH . "util_extends/GC_Utils_Ex.php");
Note: See TracChangeset
for help on using the changeset viewer.
