From 61a0a405c6764d660d5c26f261eaa069fa4c1765 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Feb 2011 00:38:27 +0000 Subject: - fix typo in database server name --- modules/phpbb/templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/phpbb/templates/config.php b/modules/phpbb/templates/config.php index 91e1b10e..ecf3289f 100644 --- a/modules/phpbb/templates/config.php +++ b/modules/phpbb/templates/config.php @@ -2,7 +2,7 @@ // phpBB 3.0.x auto-generated configuration file // // Do not change anything in this file! $dbms = 'postgres'; -$dbhost = 'plsql.<%= domain %>'; +$dbhost = 'pgsql.<%= domain %>'; $dbport = ''; $dbname = '<%= database %>'; $dbuser = '<%= user %>'; -- cgit v1.2.1