Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6162)
+++ temp/trunk/html/install/index.php	(revision 6163)
@@ -257,10 +257,10 @@
 	// ¥×¥í¥°¥é¥à¤Ç½ñ¹þ¤ß¤µ¤ì¤ë¥Õ¥¡¥¤¥ë¡¦¥Ç¥£¥ì¥¯¥È¥ê
 	$arrWriteFile = array(
-		"data/install.inc",
+		"../../data/install.inc",
 		"../user_data",
 		"../upload",
-		"data/Smarty/templates_c",		
-		"data/update",
-		"data/logs",
+		"../../data/Smarty/templates_c",		
+		"../../data/update",
+		"../../data/logs",
 	);
 	
@@ -268,7 +268,6 @@
 	$err_file = false;
 	foreach($arrWriteFile as $val) {
-		$path = "../../" . $val;		
-		if(file_exists($path)) {
-			$mode = lfGetFileMode("../../" . $val);
+		if(file_exists($val)) {
+			$mode = lfGetFileMode($val);
 			
 			// ¥Ç¥£¥ì¥¯¥È¥ê¤Î¾ì¹ç
