rename CSRFToken() to the more apt CSRFTokenFieldTag()

This commit is contained in:
glaszig
2019-08-01 13:07:27 +02:00
parent 0a255e8b49
commit f36b08c10a
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ function DisplayAuthConfig($username, $password)
<div class="panel-body">
<p><?php $status->showMessages(); ?></p>
<form role="form" action="?page=auth_conf" method="POST">
<?php echo CSRFToken() ?>
<?php echo CSRFTokenFieldTag() ?>
<div class="row">
<div class="form-group col-md-4">
<label for="username"><?php echo _("Username"); ?></label>