Index: branches/version-2_5-dev/data/install.php
===================================================================
--- branches/version-2_5-dev/data/install.php	(revision 18821)
+++ branches/version-2_5-dev/data/install.php	(revision 18822)
@@ -1,17 +1,0 @@
-<?php
-    define ('ECCUBE_INSTALL', 'ON');
-    define ('SITE_URL', 'http://localhost/version-2_5-dev/html/');
-    define ('SSL_URL', 'http://localhost/version-2_5-dev/html/');
-    define ('URL_DIR', '/version-2_5-dev/html/');
-    define ('DOMAIN_NAME', '');
-    define ('DB_TYPE', 'mysql');
-    define ('DB_USER', 'www');
-    define ('DB_PASSWORD', 'www');
-    define ('DB_SERVER', '192.168.0.152');
-    define ('DB_NAME', 'eccube25');
-    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/');
-?>
