mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 20:57:04 +02:00
@ -75,7 +75,7 @@ class ControllerLoginLogin extends Controller {
|
||||
if(isAdminUser() == 1) {
|
||||
header("Location: " . SITE_URL . "index.php?route=health/health");
|
||||
exit;
|
||||
} else ifisAdminUser() == 4) {
|
||||
} else if(isDataOfficer() == 1) {
|
||||
header("Location: " . SITE_URL . "index.php?route=audit/removal");
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user