Changeset 7477 for temp/trunk/html
- Timestamp:
- 2006/11/06 14:49:18 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r7476 r7477 248 248 } 249 249 $arrFiles[] = $arrRet[0]['extern_php']; 250 /* 250 251 251 foreach($arrFiles as $val) { 252 252 $path = MODULE_PATH . $val; … … 258 258 } 259 259 } 260 */ 260 261 261 // ɬÍפÊSQLʸ¤Î¼Â¹Ô 262 262 if($arrRet[0]['uninstall_sql'] != "") { … … 279 279 // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 280 280 $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 281 282 281 $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 283 284 282 $req->setMethod(HTTP_REQUEST_METHOD_POST); 285 283 $req->addPostData("module_id", $arrRet[0]['module_id']); 286 284 $req->addPostData("mode", "module_del"); 287 //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" . $arrRet[0]['module_id'] . "&mode=module_del");288 //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php");289 285 $req->sendRequest(); 290 286 $req->clearPostData(); 291 292 293 sfprintr($_COOKIE); 294 295 sfprintr($req); 296 exit(); 297 298 /* 287 299 288 if($flg_ok) { 300 289 // ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òºï½ü¤¹¤ë¡£ … … 303 292 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 304 293 } 305 */306 294 } 307 295
Note: See TracChangeset
for help on using the changeset viewer.
