Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 2809)
+++ /temp/trunk/html/install/index.php	(revision 3013)
@@ -275,4 +275,5 @@
 	// ¥Õ¥¡¥¤¥ë¥³¥Ô¡¼
 	$objPage->copy_mess = lfCopyDir("./user_data/", "../../html/user_data/", $objPage->copy_mess);
+	$objPage->copy_mess = lfCopyDir("./save_image/", "../../html/upload/save_image/", $objPage->copy_mess);	
 	return $objPage;
 }
Index: mp/trunk/html/install/__default.php
===================================================================
--- /temp/trunk/html/install/__default.php	(revision 1335)
+++ 	(revision )
@@ -1,23 +1,0 @@
-<?php
-require_once($_SERVER['DOCUMENT_ROOT'] . "require.php");
-
-class LC_Page {
-	function LC_Page() {
-		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_css = '/css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
-		
-	}
-}
-$objPage = new LC_Page();
-$objView = new SC_SiteView();
-
-// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
-$objPage = sfGetPageLayout($objPage);
-
-// ²èÌÌ¤ÎÉ½¼¨
- $objView->assignobj($objPage);
- $objView->display(SITE_FRAME);
- 
-//-----------------------------------------------------------------------------------------------------------------------------------
-
-?>
Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 3007)
+++ /temp/trunk/data/lib/slib.php	(revision 3013)
@@ -21,5 +21,5 @@
 		$path = ROOT_DIR . "html/install/index.php";
 		if(file_exists($path)) {
-			sfErrorHeader(">> /install/index.php¤¬»Ä¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë´°Î»¸å¤Ï¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£");
+			sfErrorHeader(">> /install/index.php¤Ï¥»¥­¥å¥ê¥Æ¥£¥Û¡¼¥ë¤Ë¤Ê¤ê¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë´°Î»¸å¤Ï¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£");
 		}
 	}
