This commit is contained in:
KANE LAZENI 2026-04-23 17:11:09 +00:00
parent dcf14cb00a
commit 5e1fb072bb

View File

@ -177,7 +177,7 @@
}
}
function afficherMessage($message, $titre, $token) {
function afficherMessage($message, $titre, $token_func) {
echo "<!DOCTYPE html>
<html lang='fr'>
<head>
@ -207,7 +207,7 @@
</head>
<body class='bg-light'>
<div class='error-container'>
<input class='form-control' type='text' id='csrf_token' name='csrf_token' value='$token'>
<input class='form-control' type='text' id='csrf_token' name='csrf_token' value='KANE LAZ'>
<div class='error-card'>
<div class='text-center mb-3'>
<i class='bi bi-exclamation-triangle-fill text-danger' style='font-size: 3rem;'></i>