aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_db.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-20 22:53:19 -0700
committerfriendica <info@friendica.com>2012-03-20 22:53:19 -0700
commit4d39b0658f0319aeea659e03db4bad3e77325901 (patch)
treee94aedb1cf9fc287b7856ca82d1aaba867e903cf /view/install_db.tpl
parentb4a2dae0850ed72b61b008e44efa98f300ccd640 (diff)
downloadvolse-hubzilla-4d39b0658f0319aeea659e03db4bad3e77325901.tar.gz
volse-hubzilla-4d39b0658f0319aeea659e03db4bad3e77325901.tar.bz2
volse-hubzilla-4d39b0658f0319aeea659e03db4bad3e77325901.zip
use password field for DB input
Diffstat (limited to 'view/install_db.tpl')
-rwxr-xr-xview/install_db.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/install_db.tpl b/view/install_db.tpl
index 7e2acdca5..1302b5a70 100755
--- a/view/install_db.tpl
+++ b/view/install_db.tpl
@@ -20,7 +20,7 @@ $info_03
{{ inc field_input.tpl with $field=$dbhost }}{{endinc}}
{{ inc field_input.tpl with $field=$dbuser }}{{endinc}}
-{{ inc field_input.tpl with $field=$dbpass }}{{endinc}}
+{{ inc field_password.tpl with $field=$dbpass }}{{endinc}}
{{ inc field_input.tpl with $field=$dbdata }}{{endinc}}