diff options
author | friendica <info@friendica.com> | 2012-11-03 14:59:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 14:59:46 -0700 |
commit | f5b1eee1779e678cd540651bfee73e7126a0c583 (patch) | |
tree | a5f0885d8b4981e5666584e6f896b8e4b4ac07a9 /view/tpl/install_checks.tpl | |
parent | 7915e597ec6c4a8e3735556d59e730aa84f770a1 (diff) | |
download | volse-hubzilla-f5b1eee1779e678cd540651bfee73e7126a0c583.tar.gz volse-hubzilla-f5b1eee1779e678cd540651bfee73e7126a0c583.tar.bz2 volse-hubzilla-f5b1eee1779e678cd540651bfee73e7126a0c583.zip |
mv mod_install to mod_setup, conflict with name of install dir
Diffstat (limited to 'view/tpl/install_checks.tpl')
-rw-r--r-- | view/tpl/install_checks.tpl | 2 |
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> |