Update config.php

This commit is contained in:
Giandonato Inverso
2022-09-24 03:24:15 +02:00
committed by GitHub
parent 418215cd23
commit a8e4cf18ff
-1
View File
@@ -30,6 +30,5 @@ function getDbInstance() {
'password' => DATABASE_PASSWORD,
'db'=> DATABASE_NAME,
'port' => DATABASE_PORT,
'prefix' => DATABASE_PREFIX,
'charset' => DATABASE_CHARSET));
}