Index: branches/dev/html/define.inc
===================================================================
--- branches/dev/html/define.inc	(revision 12178)
+++ branches/dev/html/define.inc	(revision 12178)
@@ -0,0 +1,5 @@
+<?php
+	define("DATA_DIR_NAME", "data");
+	// HTML¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¤ÎDATA¥Ç¥£¥ì¥¯¥È¥ê¤ÎÁêÂÐ¥Ñ¥¹
+	define("HTML2DATA_DIR", "/../../". DATA_DIR_NAME . "/")
+?>
Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 12177)
+++ branches/dev/html/install/index.php	(revision 12178)
@@ -792,6 +792,6 @@
 	$url_dir = ereg_replace("^https?://[a-zA-Z0-9_~=&\?\.\-]+", "", $normal_url);
 	
-	//$data_path = $root_dir . "../data/";
-	//$filepath = $data_path . "install.inc";
+	$data_path = $root_dir . "../data/";
+	$filepath = $data_path . "install.inc";
 	
 	$config_data = 
@@ -809,5 +809,5 @@
 	"    define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" .
 	"    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" .
-	//"    define ('DATA_PATH', '".$data_path."');\n" .
+	"    define ('DATA_PATH', '".$data_path."');\n" .
     "	 define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');\n" .
     "	 define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');\n" .
