From a0944afd3c2c6f53c6b66955591b89bd43e6b722 Mon Sep 17 00:00:00 2001 From: 0xRenegade Date: Fri, 23 Sep 2022 23:02:05 -0500 Subject: [PATCH] if this feature is accepted in Pull Request, will need to add this back --- qrcode/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/qrcode/config/config.php b/qrcode/config/config.php index 8312259..cea86f7 100755 --- a/qrcode/config/config.php +++ b/qrcode/config/config.php @@ -30,5 +30,6 @@ function getDbInstance() { 'password' => DATABASE_PASSWORD, 'db'=> DATABASE_NAME, 'port' => DATABASE_PORT, + 'prefix' => DATABASE_PREFIX, 'charset' => DATABASE_CHARSET)); }