mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-02 09:03:18 +02:00
added 4eyes feature for auditors
This commit is contained in:
@ -52,6 +52,11 @@ class ControllerLoginGA extends Controller {
|
||||
|
||||
$session->set("ga_block", "");
|
||||
|
||||
if($session->get("four_eyes") == 1) {
|
||||
header("Location: " . SITE_URL . "index.php?route=login/foureyes");
|
||||
exit;
|
||||
}
|
||||
|
||||
$this->model_user_auth->apply_user_auth_session($data);
|
||||
$session->remove("auth_data");
|
||||
|
||||
|
Reference in New Issue
Block a user