diff options
Diffstat (limited to 'includes/general.php')
-rw-r--r-- | includes/general.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/general.php b/includes/general.php index 17b449b..2b31fc6 100644 --- a/includes/general.php +++ b/includes/general.php @@ -47,8 +47,7 @@ if(array_key_exists('HTTP_HOST',$_SERVER) && $_SERVER['HTTP_HOST'] != $_SESSION['_config']['normalhostname'] && $_SERVER['HTTP_HOST'] != $_SESSION['_config']['securehostname'] && - $_SERVER['HTTP_HOST'] != $_SESSION['_config']['tverify'] && - $_SERVER['HTTP_HOST'] != "stamp.cacert.org") + $_SERVER['HTTP_HOST'] != $_SESSION['_config']['tverify']) { if(array_key_exists('HTTPS',$_SERVER) && $_SERVER['HTTPS'] == "on") header("location: https://".$_SESSION['_config']['normalhostname']); |