mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:00:13 +01:00
typo in the auditor handling
This commit is contained in:
parent
095f22c7b2
commit
a631595e5f
@ -55,7 +55,7 @@ function isAdminUser() {
|
||||
|
||||
|
||||
function isAuditorUser() {
|
||||
if(isset($_SESSION['auditor_user']) && $_SESSION['admin_user'] == 2){ return 1; }
|
||||
if(isset($_SESSION['admin_user']) && $_SESSION['admin_user'] == 2){ return 1; }
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user