diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/install_checks.tpl | 2 | ||||
-rw-r--r-- | view/tpl/install_db.tpl | 2 | ||||
-rw-r--r-- | view/tpl/install_settings.tpl | 2 |
3 files changed, 3 insertions, 3 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> diff --git a/view/tpl/install_db.tpl b/view/tpl/install_db.tpl index 1302b5a70..dd8ba1302 100644 --- a/view/tpl/install_db.tpl +++ b/view/tpl/install_db.tpl @@ -13,7 +13,7 @@ $info_03 <h3 class="error-message">$status</h3> {{ endif }} -<form id="install-form" action="$baseurl/install" method="post"> +<form id="install-form" action="$baseurl/setup" method="post"> <input type="hidden" name="phpath" value="$phpath" /> <input type="hidden" name="pass" value="3" /> diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index 1b9ae6e13..ba39b99c5 100644 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -7,7 +7,7 @@ <h3 class="error-message">$status</h3> {{ endif }} -<form id="install-form" action="$baseurl/install" method="post"> +<form id="install-form" action="$baseurl/setup" method="post"> <input type="hidden" name="phpath" value="$phpath" /> <input type="hidden" name="dbhost" value="$dbhost" /> |