]> git.mxchange.org Git - friendica.git/commitdiff
POST should be lowercase these days
authorfriendica <info@friendica.com>
Mon, 13 Feb 2012 22:15:39 +0000 (14:15 -0800)
committerfriendica <info@friendica.com>
Mon, 13 Feb 2012 22:15:39 +0000 (14:15 -0800)
view/install_checks.tpl

index 538bdf0baf0cdf581d0f3c5e7ff3e82b57fa9ba4..a1a75ade6081402f559ae56321c6db982a234e97 100755 (executable)
@@ -1,6 +1,6 @@
 <h1>$title</h1>
 <h2>$pass</h2>
-<form  action="$baseurl/install" method="POST">
+<form  action="$baseurl/install" method="post">
 <table>
 {{ for $checks as $check }}
        <tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}off{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>