aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-13 14:15:39 -0800
committerfriendica <info@friendica.com>2012-02-13 14:15:39 -0800
commit52cb63655a8e52baa1b01f12a12d03f537d457c0 (patch)
tree73ff2c05a9d1ab40eafeaa3ce883422908162082
parent85c831bcbf6f4cc2793d91e4e3fb3da5828a3f60 (diff)
downloadvolse-hubzilla-52cb63655a8e52baa1b01f12a12d03f537d457c0.tar.gz
volse-hubzilla-52cb63655a8e52baa1b01f12a12d03f537d457c0.tar.bz2
volse-hubzilla-52cb63655a8e52baa1b01f12a12d03f537d457c0.zip
POST should be lowercase these days
-rwxr-xr-xview/install_checks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/install_checks.tpl b/view/install_checks.tpl
index 538bdf0ba..a1a75ade6 100755
--- a/view/install_checks.tpl
+++ b/view/install_checks.tpl
@@ -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>