config.php update
continuous-integration/drone/push Build is passing Details

remotes/origin/mvc-implementation
Dorian HODIN 2 years ago
parent 9c4f659cd3
commit 7aa78f46cd

@ -10,7 +10,7 @@ function connection(): bool|int|mysqli
try { //Try to connect to the database 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 }catch (mysqli_sql_exception) { //If the connection failed

Loading…
Cancel
Save