aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_checks.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-25 00:43:09 -0700
committerfriendica <info@friendica.com>2012-05-25 00:43:09 -0700
commitd1345e505406b1a1cdc3fc26a1734916c8abc89d (patch)
tree93416482d64d3ad9f275986ce0d39c2024520d00 /view/install_checks.tpl
parentabb9fecf0954e883f19b3cf16279dfa2d8c20271 (diff)
parent07535692dc0f8bb366dcaa689cee3e5bdcd470bf (diff)
downloadvolse-hubzilla-d1345e505406b1a1cdc3fc26a1734916c8abc89d.tar.gz
volse-hubzilla-d1345e505406b1a1cdc3fc26a1734916c8abc89d.tar.bz2
volse-hubzilla-d1345e505406b1a1cdc3fc26a1734916c8abc89d.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/install_checks.tpl')
-rw-r--r--view/install_checks.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/install_checks.tpl b/view/install_checks.tpl
index 8a76c454c..176611d4b 100644
--- 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/index.php?q=install" method="post">
<table>
{{ for $checks as $check }}
<tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}{{if$check.required}}off{{else}}yellow{{endif}}{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>
@@ -19,6 +19,6 @@
<input type="submit" value="$next">
{{ else }}
<input type="hidden" name="pass" value="1">
- <input type="button" value="$reload" onclick="document.location.reload()">
+ <input type="submit" value="$reload">
{{ endif }}
</form>