a
This commit is contained in:
parent
992ce80f62
commit
f3357f0313
|
|
@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user