mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
fix getSchemeAndHttpHost()
This commit is contained in:
@@ -261,8 +261,7 @@ class Install
|
||||
|
||||
public function gotoStep($step)
|
||||
{
|
||||
header('Location: ' . getBaseUrl() . "?step=$step");
|
||||
exit(0);
|
||||
redirect(getBaseUrl() . "?step=$step");
|
||||
}
|
||||
|
||||
public function maxStep()
|
||||
|
||||
Reference in New Issue
Block a user