mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-26 05:10:49 +02:00
Upgrade LBCAlerte to version 3.3
Add upgrade script
This commit is contained in:
@ -41,6 +41,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
$_POST["options"]["password"], $_POST["options"]["dbname"]);
|
||||
if ($dbConnection->connect_error) {
|
||||
$errors["host"] = "Connexion impossible à la base de données.";
|
||||
} else {
|
||||
$dbConnection->set_charset("utf8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user