Index: /temp/trunk/data/class/SC_View.php
===================================================================
--- /temp/trunk/data/class/SC_View.php	(revision 2259)
+++ /temp/trunk/data/class/SC_View.php	(revision 2264)
@@ -82,5 +82,5 @@
 		}
 		if($siteinfo) {
-			if(defined('LOAD_SITEINFO')) {
+			if(!defined('LOAD_SITEINFO')) {
 	 			// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
 				$objSiteInfo = new SC_SiteInfo();
Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 2259)
+++ /temp/trunk/html/install/index.php	(revision 2264)
@@ -182,8 +182,4 @@
 		"html/user_data",
 		"html/upload",
-		"html/upload/save_image",
-		"html/upload/temp_image",
-		"html/upload/graph_image",		
-		"html/upload/csv",
 		"data/Smarty/templates_c",		
 		"data/update",
@@ -225,4 +221,12 @@
 		$path = "../../data/Smarty/templates_c/admin";
 		mkdir($path);
+		$path = "../../html/upload/save_image";
+		mkdir($path);
+		$path = "../../html/upload/temp_image";
+		mkdir($path);
+		$path = "../../html/upload/graph_image";
+		mkdir($path);
+		$path = "../../html/upload/csv";
+		mkdir($path);		
 	}
 	
