mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Require CSRF token to edit more admin settings - thanks again to @stehled
This commit is contained in:
@@ -19,6 +19,7 @@ $timezones = DateTimeZone::listIdentifiers();
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
|
||||
|
||||
<div class="form-group">
|
||||
<label>Language <strong class="text-danger">*</strong></label>
|
||||
|
||||
Reference in New Issue
Block a user