Changeset 11909
- Timestamp:
- 2007/03/16 19:33:36 (16 years ago)
- Location:
- branches/dev
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/conf/conf.php
r11883 r11909 11 11 require_once($CONF_PHP_PATH ."/../install.inc"); 12 12 require_once($CONF_PHP_PATH ."/core.php" ); 13 require_once($CONF_PHP_PATH ."/mobile_conf.php" );14 13 15 14 //-------------------------------------------------------------------------------------------------------- -
branches/dev/data/conf/mobile_conf.php
r11908 r11909 72 72 73 73 //-------------------------------------------------------------------------------------------------------- 74 74 require_once(DATA_PATH . 'conf/conf.php'); 75 75 ?> -
branches/dev/data/script/receive_kara_mail.php
r11879 r11909 5 5 */ 6 6 7 require_once dirname(__FILE__) . '/../conf/ conf.php';7 require_once dirname(__FILE__) . '/../conf/mobile_conf.php'; 8 8 require_once DATA_PATH . '/include/php_ini.inc'; 9 9 require_once DATA_PATH . '/include/mobile.inc'; -
branches/dev/data/script/send_kara_mail.php
r11879 r11909 5 5 */ 6 6 7 require_once dirname(__FILE__) . '/../conf/ conf.php';7 require_once dirname(__FILE__) . '/../conf/mobile_conf.php'; 8 8 9 9 if ($argc != 4) { -
branches/dev/html/mobile/require.php
r11879 r11909 8 8 */ 9 9 $include_dir = realpath(dirname( __FILE__)); 10 require_once($include_dir . "/../../data/conf/ conf.php");10 require_once($include_dir . "/../../data/conf/mobile_conf.php"); 11 11 require_once($include_dir . "/../../data/include/module.inc"); 12 12 require_once($include_dir . "/../../data/include/mobile.inc");
Note: See TracChangeset
for help on using the changeset viewer.