From 7aa78f46cd460cb91b237733cf43992605f11c62 Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Mon, 28 Nov 2022 12:03:36 +0100 Subject: [PATCH] config.php update --- Sources/php_script/script/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/php_script/script/config.php b/Sources/php_script/script/config.php index c8db5be..0f0b395 100644 --- a/Sources/php_script/script/config.php +++ b/Sources/php_script/script/config.php @@ -10,7 +10,7 @@ function connection(): bool|int|mysqli try { //Try to connect to the database - return mysqli_connect($host, $username, $password, $db_name); //Connecting to database + return mysqli_connect($host, $username, $password); //Connecting to database }catch (mysqli_sql_exception) { //If the connection failed