hide https variable warning
This commit is contained in:
parent
097655e7f7
commit
8bbf7e2171
@ -218,7 +218,7 @@ class Setup extends Extension {
|
|||||||
$host .= ":" . $_SERVER["SERVER_PORT"];
|
$host .= ":" . $_SERVER["SERVER_PORT"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$full = ($_SERVER["HTTPS"] ? "https://" : "http://") . $host . $_SERVER["PHP_SELF"];
|
$full = (@$_SERVER["HTTPS"] ? "https://" : "http://") . $host . $_SERVER["PHP_SELF"];
|
||||||
$test_url = str_replace("/index.php", "/nicetest", $full);
|
$test_url = str_replace("/index.php", "/nicetest", $full);
|
||||||
|
|
||||||
$nicescript = "<script language='javascript'>
|
$nicescript = "<script language='javascript'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user