Merge pull request #425 from 1day2die/fix_installer_error
Update forms.php
This commit is contained in:
commit
79de4fb84e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ if (isset($_POST['checkGeneral'])) {
|
|||
|
||||
|
||||
setEnvironmentValue("APP_NAME", $appname);
|
||||
setEnvironmentValue("APP_URL", $url);
|
||||
setEnvironmentValue("APP_URL", $appurl);
|
||||
|
||||
header("LOCATION: index.php?step=4");
|
||||
|
||||
|
|
Loading…
Reference in a new issue