Przeglądaj źródła

Merge pull request #425 from 1day2die/fix_installer_error

Update forms.php
Dennis 3 lat temu
rodzic
commit
79de4fb84e
1 zmienionych plików z 1 dodań i 1 usunięć
  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");