Changeset 6922
- Timestamp:
- 2006/10/26 18:52:42 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/module/Request.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Request.php
r6914 r6922 49 49 } 50 50 51 //require_once REQUEST_PHP_DIR . '/PEAR.php';51 require_once REQUEST_PHP_DIR . '/PEAR.php'; 52 52 //require_once REQUEST_PHP_DIR . '/Net/Socket.php'; 53 53 //require_once REQUEST_PHP_DIR . '/Net/URL.php'; -
temp/trunk/html/install/index.php
r6921 r6922 222 222 // ¥µ¥¤¥È¾ðÊó¤òÁ÷¿®¤·¤Æ¤âÎɤ¤¾ì¹ç¤Ë¤ÏÁ÷¤ë 223 223 if($_POST['send_info']){ 224 $req = &new HTTP_Request("http://www.ec-cube.net/mall/use_site.php");224 $req = new HTTP_Request("http://www.ec-cube.net/mall/use_site.php"); 225 225 $req->setMethod(HTTP_REQUEST_METHOD_POST); 226 226 $req->addPostData("Foo", "bar");
Note: See TracChangeset
for help on using the changeset viewer.
