Changeset 16930 for branches/feature-module-update/html/mobile/require.php
- Timestamp:
- 2007/12/19 13:49:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/mobile/require.php
r16772 r16930 44 44 $objInit->init(); 45 45 46 //require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php");47 //require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/mobile_conf.php");48 46 require_once($include_dir . "/.." . HTML2DATA_DIR . "include/module.inc"); 49 47 require_once(CLASS_EX_PATH . "util_extends/GC_Utils_Ex.php"); … … 87 85 $objMobile->sfMobileInit(); 88 86 } 87 88 // Moba8対応(Moba8パラメータ引き継ぎ) 89 if (function_exists("sfGetMoba8Param") == TRUE) { 90 sfGetMoba8Param($_GET['a8']); 91 } 92 89 93 ?>
Note: See TracChangeset
for help on using the changeset viewer.
