Explorar o código

Merge pull request #425 from 1day2die/fix_installer_error

Update forms.php
Dennis %!s(int64=3) %!d(string=hai) anos
pai
achega
79de4fb84e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");