diff options
author | friendica <info@friendica.com> | 2013-05-15 20:45:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-15 20:45:35 -0700 |
commit | 264e1c0cc6ea60864700b17e62fbe425d142a38d (patch) | |
tree | e2e33c4da4e2bfcc21273da86d9572ce11cb662d /view | |
parent | 97f63d006687959927f2a2db5c950124898cf72c (diff) | |
download | volse-hubzilla-264e1c0cc6ea60864700b17e62fbe425d142a38d.tar.gz volse-hubzilla-264e1c0cc6ea60864700b17e62fbe425d142a38d.tar.bz2 volse-hubzilla-264e1c0cc6ea60864700b17e62fbe425d142a38d.zip |
add port settings to setup
Diffstat (limited to 'view')
-rw-r--r-- | view/en/htconfig.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/install_db.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/install_settings.tpl | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 6f22f8476..e6c268070 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -4,6 +4,7 @@ // Copy or rename this file to .htconfig.php $db_host = '$dbhost'; +$db_port = '$dbport'; $db_user = '$dbuser'; $db_pass = '$dbpass'; $db_data = '$dbdata'; 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}}" /> |