a
This commit is contained in:
parent
cafe8ae749
commit
b520fee06f
|
|
@ -25,8 +25,7 @@
|
|||
|
||||
?>
|
||||
|
||||
<!-- <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) ?>">
|
||||
<input type="hidden" 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;">
|
||||
|
|
@ -175,6 +174,10 @@
|
|||
<div class="card-body">
|
||||
<?php if($codeEtatDemandeRemboursement == "0"): ?>
|
||||
<form enctype="multipart/form-data" action="Remboursement" method="post">
|
||||
|
||||
<!-- <input type="hidden" id="csrf_token_upload" name="csrf_token_upload" value="<?= htmlspecialchars($token) ?>"> -->
|
||||
<input class="form-control" type="text" id="csrf_token_upload" name="csrf_token_upload" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<div class="alert alert-info mb-4">
|
||||
<small>
|
||||
<i class="fas fa-info-circle me-2"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user