Changeset 7481 for temp/trunk/html/admin/system/module.php
- Timestamp:
- 2006/11/06 14:56:58 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r7480 r7481 242 242 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 243 243 244 /*245 244 if(count($arrRet) > 0) { 245 246 // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 247 $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 248 $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 249 $req->setMethod(HTTP_REQUEST_METHOD_POST); 250 $req->addPostData("module_id", $arrRet[0]['module_id']); 251 $req->addPostData("mode", "module_del"); 252 $req->sendRequest(); 253 $req->clearPostData(); 254 246 255 $arrFiles = array(); 247 256 if($arrRet[0]['other_files'] != "") { … … 277 286 sfErrorHeader(">> Âоݤε¡Ç½¤Ï¡¢ÇÛÉÛ¤ò½ªÎ»¤·¤Æ¤ª¤ê¤Þ¤¹¡£"); 278 287 } 279 */ 280 281 // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 282 $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 283 $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 284 $req->setMethod(HTTP_REQUEST_METHOD_POST); 285 $req->addPostData("module_id", $arrRet[0]['module_id']); 286 $req->addPostData("mode", "module_del"); 287 $req->sendRequest(); 288 $req->clearPostData(); 289 290 /* 288 291 289 if($flg_ok) { 292 290 // ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òºï½ü¤¹¤ë¡£ … … 295 293 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 296 294 } 297 */298 295 } 299 296
Note: See TracChangeset
for help on using the changeset viewer.
