Skip to content

Commit

Permalink
Update op2_admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuifengshaonianhanlu committed Oct 31, 2018
1 parent dcdb6b8 commit 8d1a074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vul/overpermission/op2/op2_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
//如果没登录,或者level不等于1,都就干掉
if(!check_op2_login($link) || $_SESSION['op2']['level']!=1){
header("location:op2_login.php");
exit();
}

//删除
Expand Down

0 comments on commit 8d1a074

Please sign in to comment.