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";
|
||||
include "nav.php";
|
||||
@@ -122,6 +123,7 @@ $KostenproStrich = number_format($KostenproStrichtemp, 2, '.', '');
|
||||
</ul>
|
||||
|
||||
<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>">
|
||||
<?php echo app_csrf_field(); ?>
|
||||
<?php
|
||||
|
||||
echo "<label for='kostenproStrich'>Kosten pro Strich:</label>
|
||||
|
||||
Reference in New Issue
Block a user