And some more removed notices in the core (#5465)

This commit is contained in:
Michael Vogel
2018-07-23 13:43:18 +02:00
committed by Hypolite Petovan
parent cd52d0b3e9
commit 53876abfda
5 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -1108,7 +1108,7 @@ function explode_querystring($query)
function curPageURL()
{
$pageURL = 'http';
if ($_SERVER["HTTPS"] == "on") {
if (!empty($_SERVER["HTTPS"]) && ($_SERVER["HTTPS"] == "on")) {
$pageURL .= "s";
}