CSRF zweite Anpassung

This commit is contained in:
2026-07-12 09:01:42 +02:00
parent 444f0a269b
commit 981c770ce5
6 changed files with 18 additions and 6 deletions
+2
View File
@@ -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>";