This commit is contained in:
SJ 2016-01-21 13:07:21 +01:00
parent 4bf92f4f97
commit ff3673d635

View File

@ -26,10 +26,12 @@ class ControllerLoginSSO extends Controller {
if($this->model_user_auth->check_ntlm_auth() == 1) { if($this->model_user_auth->check_ntlm_auth() == 1) {
header("Location: " . SITE_URL . "search.php"); header("Location: " . SITE_URL . "search.php");
exit; } else {
header("Location: " . SITE_URL . "login.php");
} }
die("permission denied"); exit;
} }
} }