Ignore:
Timestamp:
2010/09/26 18:03:48 (14 years ago)
Author:
Seasoft
Message:

#792(ダウンロード販売機能)

  • r18819 でのコミット誤りと思われる点を修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/install.php

    r18821 r18822  
    1 <?php 
    2     define ('ECCUBE_INSTALL', 'ON'); 
    3     define ('SITE_URL', 'http://localhost/version-2_5-dev/html/'); 
    4     define ('SSL_URL', 'http://localhost/version-2_5-dev/html/'); 
    5     define ('URL_DIR', '/version-2_5-dev/html/'); 
    6     define ('DOMAIN_NAME', ''); 
    7     define ('DB_TYPE', 'mysql'); 
    8     define ('DB_USER', 'www'); 
    9     define ('DB_PASSWORD', 'www'); 
    10     define ('DB_SERVER', '192.168.0.152'); 
    11     define ('DB_NAME', 'eccube25'); 
    12     define ('DB_PORT', ''); 
    13     define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/'); 
    14     define ('MOBILE_SITE_URL', SITE_URL . 'mobile/'); 
    15     define ('MOBILE_SSL_URL', SSL_URL . 'mobile/'); 
    16     define ('MOBILE_URL_DIR', URL_DIR . 'mobile/'); 
    17 ?> 
Note: See TracChangeset for help on using the changeset viewer.