浏览代码

Update forms.php

1Day 3 年之前
父节点
当前提交
aea9ee17f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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");