Changeset 7470 for temp/trunk/html/admin/system/module.php
- Timestamp:
- 2006/11/06 14:40:36 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r7469 r7470 280 280 $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 281 281 $req->setMethod(HTTP_REQUEST_METHOD_GET); 282 //$req->addPostData("module_id", $arrRet[0]['module_id']);283 //$req->addPostData("mode", "module_del");282 $req->addPostData("module_id", $arrRet[0]['module_id']); 283 $req->addPostData("mode", "module_del"); 284 284 $req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" . $arrRet[0]['module_id'] . "&mode=module_del"); 285 285 $req->sendRequest();
Note: See TracChangeset
for help on using the changeset viewer.
