use password field for DB input
This commit is contained in:
parent
b4a2dae085
commit
4d39b0658f
|
@ -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}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue