Changeset 11858


Ignore:
Timestamp:
2007/03/14 08:24:20 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/index.php

    r11783 r11858  
    804804    "    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" . 
    805805    "    define ('DATA_PATH', '".$data_path."');\n" . 
     806    "    define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');\n" . 
     807    "    define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');\n" . 
     808    "    define ('MOBILE_SSL_URL', SSL_URL . 'mobile/');\n" . 
     809    "    define ('MOBILE_URL_DIR', URL_DIR . 'mobile/');    \n" . 
    806810    "?>"; 
    807811     
     
    810814        fclose($fp); 
    811815    } 
    812  
     816/* 
    813817    // ¥â¥Ð¥¤¥ëÈǤÎÀßÄê¥Õ¥¡¥¤¥ë install_mobile.inc ¤òºîÀ®¤¹¤ë¡£ 
    814818    $filepath = $data_path . "install_mobile.inc"; 
     
    839843        fclose($fp); 
    840844    } 
     845*/ 
    841846} 
    842847 
Note: See TracChangeset for help on using the changeset viewer.