diff options
Diffstat (limited to 'includes/loggedin.php')
-rw-r--r-- | includes/loggedin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/loggedin.php b/includes/loggedin.php index de61ee1..46f0659 100644 --- a/includes/loggedin.php +++ b/includes/loggedin.php @@ -49,7 +49,7 @@ else unset($_SESSION['profile']); } - + if($_SERVER['HTTP_HOST'] == $_SESSION['_config']['securehostname'] && ($_SESSION['profile']['id'] == 0 || $_SESSION['profile']['loggedin'] == 0)) { $user_id = get_user_id_from_cert($_SERVER['SSL_CLIENT_M_SERIAL'], |