- Timestamp:
- 2006/10/31 19:21:11 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r7052 r7054 232 232 $req = new HTTP_Request("http://www.ec-cube.net/mall/use_site.php"); 233 233 $req->setMethod(HTTP_REQUEST_METHOD_POST); 234 $req->addPostData("site_url", $_POST["tpl_site_url"]);235 $req->addPostData("shop_name", $_POST["tpl_shop_name"]);236 $req->addPostData("cube_ver", $_POST["tpl_cube_ver"]);237 $req->addPostData("php_ver", $_POST["tpl_php_ver"]);238 $req->addPostData("db_ver", $_POST["tpl_db_ver"]);239 234 240 235 $arrSendData = array();
Note: See TracChangeset
for help on using the changeset viewer.
