Merge pull request #425 from 1day2die/fix_installer_error

Update forms.php
This commit is contained in:
Dennis 2022-05-30 10:25:01 +02:00 committed by GitHub
commit 79de4fb84e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");