Update forms.php

This commit is contained in:
1Day 2022-05-30 10:24:32 +02:00
parent 0e426dca62
commit aea9ee17f2

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