$_POST btn 빼먹은거 추가

This commit is contained in:
2018-04-12 02:47:28 +09:00
parent 2726bc13c4
commit 8961dd60a2
5 changed files with 6 additions and 3 deletions
-2
View File
@@ -23,8 +23,6 @@ $query = "select no,nation,level from general where owner='{$userID}'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$me = MYDB_fetch_array($result);
$btn = $_POST['btn'];
//내가 수뇌부이어야함
if($me['level'] < 5) {
header('location:b_myBossInfo.php');