<?php
include_once('../common.php');
if ($is_admin && $_POST['ok_delete'] === 'ok_delete' && isset($_POST['mpd_input'])) {
	$mb_id = $_POST['mpd_input'];
	sql_query(" delete from {$g5['member_table']} where mb_id = '$mb_id' ");
}
echo "<script>location.href = '".$_SERVER['HTTP_REFERER']."';</script>";