- Timestamp:
- 2007/10/19 23:05:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/mobile/require.php
r16506 r16524 25 25 require_once(CLASS_EX_PATH . "SC_Initial_Mobile_Ex.php"); 26 26 // アプリケーション初期化処理 27 new SC_Initial_Mobile_Ex(); 27 $objInit = new SC_Initial_Mobile_Ex(); 28 $objInit->init(); 28 29 29 30 //require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php");
Note: See TracChangeset
for help on using the changeset viewer.