POST should be lowercase these days

This commit is contained in:
friendica 2012-02-13 14:15:39 -08:00
parent 85c831bcbf
commit 52cb63655a

View file

@ -1,6 +1,6 @@
<h1>$title</h1> <h1>$title</h1>
<h2>$pass</h2> <h2>$pass</h2>
<form action="$baseurl/install" method="POST"> <form action="$baseurl/install" method="post">
<table> <table>
{{ for $checks as $check }} {{ 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> <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>