From bf885522e0e8708348f361369cc1f43186193101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:20:26 +0100 Subject: [PATCH] Update htconfig.php --- conf/htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/htconfig.php b/conf/htconfig.php index a2ad41c..e737876 100644 --- a/conf/htconfig.php +++ b/conf/htconfig.php @@ -17,7 +17,7 @@ $db_port = 0; // leave 0 for default or set your port $db_user = '__DB_USER__'; $db_pass = '__DB_PWD__'; $db_data = '__DB_NAME__'; -$db_type = __DB_TYPE__; // use 1 for postgres, 0 for mysql +$db_type = 1; // use 1 for postgres, 0 for mysql /* * Notice: Many of the following settings will be available in the admin panel