]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_checks.tpl
Merge remote-tracking branch 'upstream/develop' into item-lock
[friendica.git] / view / templates / install_checks.tpl
index 151b78dec206fc1163890b8a68e3406af8fb0d25..49ca670599bc13adcc73254bd2185c046cb4e5db 100644 (file)
@@ -1,7 +1,7 @@
 
 <h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
 <h2>{{$pass}}</h2>
-<form  action="{{$baseurl}}/index.php?q=install" method="post">
+<form  action="{{$baseurl}}/index.php?pagename=install" method="post">
 <table>
 {{foreach $checks as $check}}
        <tr><td>{{$check.title nofilter}} </td><td>
@@ -28,7 +28,7 @@
 </table>
 
 {{if $phpath}}
-       <input type="hidden" name="phpath" value="{{$phpath}}">
+       <input type="hidden" name="config-php_path" value="{{$php_path}}">
 {{/if}}
 
 {{if $passed}}