diff options
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/install_db.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/install_settings.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/install_db.tpl b/view/tpl/install_db.tpl index fe8aee85b..344003b02 100755 --- a/view/tpl/install_db.tpl +++ b/view/tpl/install_db.tpl @@ -24,6 +24,7 @@ <input type="hidden" name="pass" value="3" /> {{include file="field_input.tpl" field=$dbhost}} +{{include file="field_input.tpl" field=$dbport}} {{include file="field_input.tpl" field=$dbuser}} {{include file="field_password.tpl" field=$dbpass}} {{include file="field_input.tpl" field=$dbdata}} diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index f91122737..45be2faf0 100755 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -16,6 +16,7 @@ <input type="hidden" name="phpath" value="{{$phpath}}" /> <input type="hidden" name="dbhost" value="{{$dbhost}}" /> +<input type="hidden" name="dbport" value="{{$dbport}}" /> <input type="hidden" name="dbuser" value="{{$dbuser}}" /> <input type="hidden" name="dbpass" value="{{$dbpass}}" /> <input type="hidden" name="dbdata" value="{{$dbdata}}" /> |