Changeset 18539


Ignore:
Timestamp:
2010/02/02 19:34:24 (13 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20100202102020-4gxxa65jdcd55213
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/install.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Finstall.php
bzr:mapping-version:
v4
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20100202103421-3rbbop6uzpfn6g0j
bzr:revno:
2153
bzr:revprop:branch-nick:
branches/comu-ver2
bzr:root:
branches/comu-ver2
bzr:timestamp:
2010-02-02 19:34:21.828999996 +0900
bzr:user-agent:
bzr2.0.4+bzr-svn1.0.1
svn:original-date:
2010-02-02T10:34:21.829000Z
Message:

data/install.php の内容を削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/install.php

    r18538 r18539  
    11<?php 
    2     define ('ECCUBE_INSTALL', 'ON'); 
    3     define ('SITE_URL', 'http://k-1.comu-ver2.ec-cube.net/'); 
    4     define ('SSL_URL', 'http://k-1.comu-ver2.ec-cube.net/'); 
    5     define ('URL_DIR', '/'); 
    6     define ('DOMAIN_NAME', ''); 
    7     define ('DB_TYPE', 'pgsql'); 
    8     define ('DB_USER', 'nanasess'); 
    9     define ('DB_PASSWORD', 'nanasess'); 
    10     define ('DB_SERVER', '127.0.0.1'); 
    11     define ('DB_NAME', 'eccube_db_comu_ver2'); 
    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/'); 
    172?> 
Note: See TracChangeset for help on using the changeset viewer.