Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6880)
+++ temp/trunk/html/install/index.php	(revision 6883)
@@ -194,7 +194,4 @@
 // ´°Î»²èÌÌ
 case 'complete':
-
-sfprintr($_POST);
-
 	// ¥·¥ç¥Ã¥×¥Þ¥¹¥¿¾ðÊó¤Î½ñ¤­¹þ¤ß
 	$arrRet =  $objDBParam->getHashArray();
@@ -221,4 +218,19 @@
 	$GLOBAL_ERR = "";
 	$objPage = lfDispComplete($objPage);
+	
+	// ¥µ¥¤¥È¾ðÊó¤òÁ÷¿®¤·¤Æ¤âÎÉ¤¤¾ì¹ç¤Ë¤ÏÁ÷¤ë
+	if($_POST['send_info']){
+		require_once "HTTP/Request.php";
+		
+		$req =& new HTTP_Request("http://www.ec-cube.net/mall/use_site.php");
+		$req->setMethod(HTTP_REQUEST_METHOD_POST);
+		$req->addPostData("Foo", "bar");
+		if (!PEAR::isError($req->sendRequest())) {
+		     $response1 = $req->getResponseBody();
+		} else {
+		     $response1 = "";
+		}
+	}
+	
 	break;
 case 'return_step0':
