a
This commit is contained in:
parent
dcf14cb00a
commit
5e1fb072bb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user