Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6933)
+++ temp/trunk/html/install/index.php	(revision 6934)
@@ -224,14 +224,13 @@
 	// ¥µ¥¤¥È¾ðÊó¤òÁ÷¿®¤·¤Æ¤âÎÉ¤¤¾ì¹ç¤Ë¤ÏÁ÷¤ë
 	if($_POST['send_info'] == "true"){
-$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 = "";
-}
-
-sfprintr(!PEAR::isError($req->sendRequest()));
+		$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 = "";
+		}
+		$req->clearPostData();
 	}
 	
