회원관리 삭제

This commit is contained in:
whitedot
2012-11-01 12:00:23 +09:00
parent 6fd6aa39d1
commit 62204295ba

View File

@ -23,7 +23,7 @@ check_token();
member_delete($mb[mb_id]); member_delete($mb[mb_id]);
if ($url) if ($url)
goto_url("{$url}?$qstr&w=u&mb_id=$mb_id"); goto_url("{$url}?$qstr&w=u&mb_id=$mb_id");
else else
goto_url("./member_list.php?$qstr"); goto_url("./member_list.php?$qstr");
?> ?>