From ba3646c0a1eb2589f66b47d9cafa4f74318daa15 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Mar 2022 08:00:48 +0200 Subject: [PATCH] Update config.dist.php --- conf/config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.dist.php b/conf/config.dist.php index 2657b5c..05e3088 100755 --- a/conf/config.dist.php +++ b/conf/config.dist.php @@ -4,7 +4,7 @@ * database connection details ******************************/ $db['host'] = 'localhost'; -$db['user'] = '__DB_NAME__'; +$db['user'] = '__DB_USER__'; $db['pass'] = '__DB_PWD__'; $db['name'] = '__DB_NAME__'; $db['port'] = 3306;