nicetest without http vs https pain

This commit is contained in:
Shish 2020-03-28 15:48:27 +00:00
parent 126c629a1a
commit 5ea26a80cc

View file

@ -324,7 +324,7 @@ class Setup extends Extension
$themes[$human] = $name;
}
$test_url = make_http(str_replace("/index.php", "/nicetest", $_SERVER["SCRIPT_NAME"]));
$test_url = str_replace("/index.php", "/nicetest", $_SERVER["SCRIPT_NAME"]);
$nicescript = "<script type='text/javascript'>
checkbox = document.getElementById('nice_urls');