Update config.php

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