a
This commit is contained in:
parent
fec8131084
commit
9e83093866
|
|
@ -21,8 +21,13 @@
|
|||
$observation = "";
|
||||
}
|
||||
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
|
||||
?>
|
||||
|
||||
<!-- <input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> -->
|
||||
<input class="form-control" type="text" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<div class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
|
||||
<div class="card-header bg-primary text-white py-3" style="border-radius: 15px 15px 0 0;">
|
||||
<div class="row align-items-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user