Signed-off-by: gaoyuheng <gaoyuheng@yuheng.hl.cn>
This commit is contained in:
12
admin/del.php
Normal file
12
admin/del.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
include_once("../common/init.php");
|
||||
check_login();
|
||||
|
||||
if ($_REQUEST["del"]) {
|
||||
db_del($_REQUEST["del"],$_REQUEST["id"]);
|
||||
goBakMsg("删除成功");
|
||||
} else {
|
||||
die;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user