This commit is contained in:
KANE LAZENI 2026-02-23 04:20:15 +00:00
parent a9c6c40a8e
commit 68f89b0669

View File

@ -180,7 +180,6 @@
}
function afficherMessage($message) {
/*
echo "<!DOCTYPE html>
<html lang='fr'>
<head>
@ -221,8 +220,8 @@
</body>
</html>";
exit();
*/
echo $message;
// echo $message;
}
?>