Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6932)
+++ /temp/trunk/html/install/index.php	(revision 6933)
@@ -225,5 +225,5 @@
 	if($_POST['send_info'] == "true"){
 $req = new HTTP_Request("http://www.ec-cube.net/mall/use_site.php");
-$req->setMethod(HTTP_REQUEST_METHOD_GET);
+$req->setMethod(HTTP_REQUEST_METHOD_POST);
 $req->addPostData("Foo", "bar");
 if (!PEAR::isError($req->sendRequest())) {
