코드 상 공백제거
This commit is contained in:
@ -10,8 +10,8 @@ if ($member['mb_password'] != sql_password($_POST['admin_password'])) {
|
||||
alert('패스워드가 다릅니다.');
|
||||
}
|
||||
|
||||
$mb_id = $_POST['mb_id'];
|
||||
$po_point = $_POST[po_point];
|
||||
$mb_id = $_POST['mb_id'];
|
||||
$po_point = $_POST[po_point];
|
||||
$po_content = $_POST['po_content'];
|
||||
|
||||
$mb = get_member($mb_id);
|
||||
|
||||
Reference in New Issue
Block a user