diff options
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r-- | view/en/htconfig.tpl | 1 |
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'; |