Index: branches/comu-ver2/data/install.php
===================================================================
--- branches/comu-ver2/data/install.php	(revision 18538)
+++ branches/comu-ver2/data/install.php	(revision 18539)
@@ -1,17 +1,2 @@
 <?php
-    define ('ECCUBE_INSTALL', 'ON');
-    define ('SITE_URL', 'http://k-1.comu-ver2.ec-cube.net/');
-    define ('SSL_URL', 'http://k-1.comu-ver2.ec-cube.net/');
-    define ('URL_DIR', '/');
-    define ('DOMAIN_NAME', '');
-    define ('DB_TYPE', 'pgsql');
-    define ('DB_USER', 'nanasess');
-    define ('DB_PASSWORD', 'nanasess');
-    define ('DB_SERVER', '127.0.0.1');
-    define ('DB_NAME', 'eccube_db_comu_ver2');
-    define ('DB_PORT', '');
-    define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');
-    define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');
-    define ('MOBILE_SSL_URL', SSL_URL . 'mobile/');
-    define ('MOBILE_URL_DIR', URL_DIR . 'mobile/');
 ?>
