added 4eyes feature for auditors

This commit is contained in:
SJ
2015-02-20 12:58:36 +01:00
parent bc8d264778
commit 4356a91b59
8 changed files with 287 additions and 6 deletions

View File

@ -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");