aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/install_checks.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/install_checks.tpl')
-rw-r--r--view/tpl/install_checks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/install_checks.tpl b/view/tpl/install_checks.tpl
index 176611d4b..1d8a4b263 100644
--- a/view/tpl/install_checks.tpl
+++ b/view/tpl/install_checks.tpl
@@ -1,6 +1,6 @@
<h1>$title</h1>
<h2>$pass</h2>
-<form action="$baseurl/index.php?q=install" method="post">
+<form action="$baseurl/index.php?q=setup" 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>