Ignore:
Timestamp:
2006/10/26 19:11:43 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk/html/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r6933 r6934  
    224224    // ¥µ¥¤¥È¾ðÊó¤òÁ÷¿®¤·¤Æ¤âÎɤ¤¾ì¹ç¤Ë¤ÏÁ÷¤ë 
    225225    if($_POST['send_info'] == "true"){ 
    226 $req = new HTTP_Request("http://www.ec-cube.net/mall/use_site.php"); 
    227 $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    228 $req->addPostData("Foo", "bar"); 
    229 if (!PEAR::isError($req->sendRequest())) { 
    230     $response1 = $req->getResponseBody(); 
    231 } else { 
    232     $response1 = ""; 
    233 } 
    234  
    235 sfprintr(!PEAR::isError($req->sendRequest())); 
     226        $req = new HTTP_Request("http://www.ec-cube.net/mall/use_site.php"); 
     227        $req->setMethod(HTTP_REQUEST_METHOD_POST); 
     228        $req->addPostData("Foo", "bar"); 
     229        if (!PEAR::isError($req->sendRequest())) { 
     230            $response1 = $req->getResponseBody(); 
     231        } else { 
     232            $response1 = ""; 
     233        } 
     234        $req->clearPostData(); 
    236235    } 
    237236     
Note: See TracChangeset for help on using the changeset viewer.