fix getSchemeAndHttpHost()

This commit is contained in:
xiaomlove
2021-03-05 19:43:40 +08:00
parent bdefe4d30b
commit cb4e5e5eb5
5 changed files with 11 additions and 9 deletions

View File

@@ -261,8 +261,7 @@ class Install
public function gotoStep($step)
{
header('Location: ' . getBaseUrl() . "?step=$step");
exit(0);
redirect(getBaseUrl() . "?step=$step");
}
public function maxStep()