mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 16:47:01 +02:00
added 4eyes feature for auditors
This commit is contained in:
@ -47,6 +47,12 @@ class ControllerLoginLogin extends Controller {
|
||||
header("Location: " . SITE_URL . "index.php?route=login/ga");
|
||||
exit;
|
||||
}
|
||||
|
||||
else if($session->get("four_eyes") == 1) {
|
||||
header("Location: " . SITE_URL . "index.php?route=login/foureyes");
|
||||
exit;
|
||||
}
|
||||
|
||||
else {
|
||||
$data = $session->get("auth_data");
|
||||
$this->model_user_auth->apply_user_auth_session($data);
|
||||
|
Reference in New Issue
Block a user