CSRF zweite Anpassung
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
include "functions.php";
|
||||
app_require_csrf();
|
||||
include "header.php";
|
||||
|
||||
include "headerline.php";
|
||||
@@ -120,6 +121,7 @@ $stmtMitarbeiter = sqlsrv_query($conn, $sqlMitarbeiter);
|
||||
</li>
|
||||
</ul>
|
||||
<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>">
|
||||
<?php echo app_csrf_field(); ?>
|
||||
<?php
|
||||
|
||||
echo "<table>";
|
||||
|
||||
Reference in New Issue
Block a user