瀏覽代碼

Merge pull request #425 from 1day2die/fix_installer_error

Update forms.php
Dennis 3 年之前
父節點
當前提交
79de4fb84e
共有 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");