Index: /temp/trunk/data/conf/conf.php
===================================================================
--- /temp/trunk/data/conf/conf.php	(revision 5411)
+++ /temp/trunk/data/conf/conf.php	(revision 5898)
@@ -2,5 +2,5 @@
 
 $CONF_PHP_PATH = realpath( dirname( __FILE__) );
-require_once($CONF_PHP_PATH ."/../../html/install.inc");
+require_once($CONF_PHP_PATH ."/../install.inc");
 require_once($CONF_PHP_PATH ."/core.php" );
 //--------------------------------------------------------------------------------------------------------
Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5896)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5898)
@@ -489,5 +489,4 @@
 		//¶õÇò¹Ô¤Î¤È¤­¤Ï¥Æ¡¼¥Ö¥ëÊÑ¹¹
 		if (count($data) <= 1 and $data[0] == "") {
-//		if (!isset($data)) {
 			$base_sql = "";
 			$tbl_flg = false;
Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 5897)
+++ /temp/trunk/html/install/index.php	(revision 5898)
@@ -517,5 +517,5 @@
 	global $port;
 	
-	$filepath = $objWebParam->getValue('install_dir') . "/html/install.inc";
+	$filepath = $objWebParam->getValue('install_dir') . "/data/install.inc";
 	$domain = $objWebParam->getValue('domain');
 	if(!ereg("^\.", $domain)) {
