Browse Source

Update forms.php

1Day 3 năm trước cách đây
mục cha
commit
aea9ee17f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/install/forms.php

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