use password field for DB input

This commit is contained in:
friendica 2012-03-20 22:53:19 -07:00
parent b4a2dae085
commit 4d39b0658f
1 changed files with 1 additions and 1 deletions

View File

@ -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}}