diff options
Diffstat (limited to 'view/tpl/install_db.tpl')
-rw-r--r-- | view/tpl/install_db.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |