aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-15 20:45:35 -0700
committerfriendica <info@friendica.com>2013-05-15 20:45:35 -0700
commit264e1c0cc6ea60864700b17e62fbe425d142a38d (patch)
treee2e33c4da4e2bfcc21273da86d9572ce11cb662d /view/en
parent97f63d006687959927f2a2db5c950124898cf72c (diff)
downloadvolse-hubzilla-264e1c0cc6ea60864700b17e62fbe425d142a38d.tar.gz
volse-hubzilla-264e1c0cc6ea60864700b17e62fbe425d142a38d.tar.bz2
volse-hubzilla-264e1c0cc6ea60864700b17e62fbe425d142a38d.zip
add port settings to setup
Diffstat (limited to 'view/en')
-rw-r--r--view/en/htconfig.tpl1
1 files changed, 1 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';