This commit is contained in:
KANE LAZENI 2026-05-15 12:02:58 +00:00
parent e1be72389f
commit 6dbdd61552

View File

@ -50,7 +50,8 @@
} }
if (!isset($_GET['lg'])) { if (!isset($_GET['lg'])) {
afficherMessage("Paramètre langue absent de la requête!"); $msg = "Langue inconnue / Unknown language";
afficherMessage($msg);
} }
$lg = $_GET['lg']; $lg = $_GET['lg'];