Merge remote-tracking branch 'origin/SQL_Script' into DB_Script
continuous-integration/drone/push Build encountered an error Details

remotes/origin/mvc-implementation
Dorian HODIN 3 years ago
commit e26d9d877d

@ -4,7 +4,7 @@ function connection(): bool|int|mysqli
{
$username = $_ENV["USER"]; //Get the username
$host = $_ENV["HOST"]; //Get the url of the database
$host = "localhost"; //Get the url of the database
$password = $_ENV["PASSWORD"]; //Get the password for the user selected
$db_name = $_ENV["DATABASE"]; //Get the name of the database

Loading…
Cancel
Save