nicetest without http vs https pain
This commit is contained in:
parent
126c629a1a
commit
5ea26a80cc
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Reference in a new issue