From aea9ee17f25fa17b010646a2a3cabd3e0595654c Mon Sep 17 00:00:00 2001 From: 1Day Date: Mon, 30 May 2022 10:24:32 +0200 Subject: [PATCH] Update forms.php --- public/install/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install/forms.php b/public/install/forms.php index 60546f05..b737b031 100644 --- a/public/install/forms.php +++ b/public/install/forms.php @@ -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");