특수 권한 유저 추가

This commit is contained in:
2018-04-17 22:57:10 +09:00
parent 418130f4cd
commit f71c61a55b
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -211,6 +211,14 @@ if ($session->userGrade >= 5) {
</td></tr>
";
}
else if($session->userGrade == 4){
echo "
<tr><td colspan=5>
<input type=button value=시뮬 onclick=window.open('_simul.php')>
<input type=button value=119 onclick=window.open('_119.php')>
</td></tr>
";
}
?>