This commit is contained in:
KANE LAZENI 2026-02-23 03:19:04 +00:00
parent 992ce80f62
commit f3357f0313

View File

@ -2,6 +2,7 @@
session_start();
session_unset();
if (!isset($_GET['lg'])) {
afficherMessage("Paramètre langue absent de la requête!");
}
@ -179,6 +180,7 @@
}
function afficherMessage($message) {
/*
echo "<!DOCTYPE html>
<html lang='fr'>
<head>
@ -219,6 +221,8 @@
</body>
</html>";
exit();
*/
echo $message;
}
?>