add missing CSRFTokenFieldTag's

This commit is contained in:
glaszig
2019-08-14 02:41:20 +02:00
parent 99b0c04ef2
commit f5e3b717ff
5 changed files with 6 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ function DisplayThemeConfig()
</div>
<form action="?page=system_info" method="POST">
<?php echo CSRFTokenFieldTag() ?>
<input type="button" class="btn btn-outline btn-primary" value="<?php echo _("Refresh"); ?>" onclick="document.location.reload(true)" />
</form>