diff options
author | friendica <info@friendica.com> | 2012-03-20 22:53:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-20 22:53:19 -0700 |
commit | 4d39b0658f0319aeea659e03db4bad3e77325901 (patch) | |
tree | e94aedb1cf9fc287b7856ca82d1aaba867e903cf | |
parent | b4a2dae0850ed72b61b008e44efa98f300ccd640 (diff) | |
download | volse-hubzilla-4d39b0658f0319aeea659e03db4bad3e77325901.tar.gz volse-hubzilla-4d39b0658f0319aeea659e03db4bad3e77325901.tar.bz2 volse-hubzilla-4d39b0658f0319aeea659e03db4bad3e77325901.zip |
use password field for DB input
-rwxr-xr-x | view/install_db.tpl | 2 |
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}} |