Changeset 7468 for temp/trunk
- Timestamp:
- 2006/11/06 14:37:23 (20 years ago)
- Location:
- temp/trunk/html/admin/system
- Files:
-
- 2 edited
-
load_module.php (modified) (2 diffs)
-
module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/load_module.php
r7467 r7468 19 19 20 20 if($_GET['mode'] == "module_del"){ 21 // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë22 $req = new HTTP_Request( $path);21 /* // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 22 $req = new HTTP_Request(SITE_URL . ); 23 23 $req->setMethod(HTTP_REQUEST_METHOD_POST); 24 24 $req->addPostData("mode", "module_del"); … … 27 27 sfprintr($req); 28 28 $req->clearPostData(); 29 */ 30 $_POST["mode"] = "module_del"; 31 } 29 32 30 }else{ 31 require_once($path); 32 } 33 require_once($path); 33 34 exit; 34 35 } else { -
temp/trunk/html/admin/system/module.php
r7464 r7468 282 282 // $req->addPostData("module_id", $arrRet[0]['module_id']); 283 283 // $req->addPostData("mode", "module_del"); 284 $req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" . $arrRet[0]['module_id'] . "&mode=module_del"); 284 285 $req->sendRequest(); 285 286 // $req->clearPostData();
Note: See TracChangeset
for help on using the changeset viewer.
