]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_db.tpl
Merge pull request #6935 from nupplaphil/issue/missing_basepath
[friendica.git] / view / templates / install_db.tpl
index a4fa430247a34e828f7a26ec7e1e8a97a67042ad..5c28f0e5f7ce4499d4eaa9d97d11fec2be55e0d6 100644 (file)
@@ -18,7 +18,7 @@
 
 <form id="install-form" action="{{$baseurl}}/install" method="post">
 
-       <input type="hidden" name="phpath" value="{{$phpath}}" />
+       <input type="hidden" name="config-php_path" value="{{$php_path}}" />
        <input type="hidden" name="pass" value="3" />
 
        {{include file="field_input.tpl" field=$dbhost}}