a
This commit is contained in:
parent
59b864a8a1
commit
ac503bed7a
|
|
@ -25,13 +25,6 @@
|
|||
|
||||
?>
|
||||
|
||||
<?php if (!empty($_SESSION['mesage_kane'])): ?>
|
||||
<div class="alert alert-warning">
|
||||
<?= htmlspecialchars($_SESSION['mesage_kane']) ?>
|
||||
<?php unset($_SESSION['mesage_kane']); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<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;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user