]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install/01_checks.tpl
Fix date time format calculation
[friendica.git] / view / templates / install / 01_checks.tpl
index 9e8f2b4dbe320f3230d4a34c8c76c3caeb26603a..186582aa7f70c5c2c7bf9bcf05fbfe8d171f9962 100644 (file)
@@ -1,7 +1,7 @@
 
 <h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
 <h2>{{$pass}}</h2>
-<form  action="{{$baseurl}}/install" method="post">
+<form  action="{{$baseurl}}/index.php?pagename=install" method="post">
 <table>
 {{foreach $checks as $check}}
        <tr><td>{{$check.title nofilter}} </td><td>
@@ -27,7 +27,7 @@
 {{/foreach}}
 </table>
 
-{{if $phpath}}
+{{if $phppath}}
        <input type="hidden" name="config-php_path" value="{{$php_path}}">
 {{/if}}