From b278a896a846854ac605388a3560c6c8ed7b916a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 11 Jan 2017 15:56:57 -0700 Subject: [PATCH] Update config.php --- debian/resources/fusionpbx/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/resources/fusionpbx/config.php b/debian/resources/fusionpbx/config.php index b66bacc..1b662a5 100644 --- a/debian/resources/fusionpbx/config.php +++ b/debian/resources/fusionpbx/config.php @@ -35,7 +35,6 @@ $db_host = 'localhost'; //set the host only if the database is not local $db_port = '5432'; $db_name = 'fusionpbx'; - $db_username = 'fusionpbx'; $db_username = '{database_username}'; $db_password = '{database_password}';