if this feature is accepted in Pull Request, will need to add this back

This commit is contained in:
0xRenegade
2022-09-23 23:02:05 -05:00
parent 9b61284a1e
commit a0944afd3c
+1
View File
@@ -30,5 +30,6 @@ 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));
} }