Warning: Can't use blame annotator:
svn blame failed on branches/feature-module-update/data/install.php: バイナリファイル 'file:///home/svn/open/branches/feature-module-update/data/install.php' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/feature-module-update/data/install.php @ 16302

Revision 16302, 821 bytes checked in by naka, 16 years ago (diff)

GC_SendMailをMail_mime()に対応させる。

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
RevLine 
1<?php
2    define ('ECCUBE_INSTALL', 'ON');
3    define ('HTML_PATH', 'C:\mydir\pdt\workspace\feature-module-update/html/');
4    define ('SITE_URL', 'http://update.ec-cube.net/');
5    define ('SSL_URL', 'http://update.ec-cube.net/');
6    define ('URL_DIR', '/');
7    define ('DOMAIN_NAME', '');
8    define ('DB_TYPE', 'pgsql');
9    define ('DB_USER', 'nanasess');
10    define ('DB_PASSWORD', 'nanasess');
11    define ('DB_SERVER', '192.168.0.70');
12    define ('DB_NAME', 'naka_db');
13    define ('DB_PORT', '');
14    define ('DATA_PATH', 'C:\mydir\pdt\workspace\feature-module-update/data/');
15    define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');
16    define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');
17    define ('MOBILE_SSL_URL', SSL_URL . 'mobile/');
18    define ('MOBILE_URL_DIR', URL_DIR . 'mobile/');
19?>
Note: See TracBrowser for help on using the repository browser.