mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
rename CSRFToken() to the more apt CSRFTokenFieldTag()
This commit is contained in:
@@ -200,7 +200,7 @@ if (isset($_POST['system_shutdown'])) {
|
||||
|
||||
<div role="tabpanel" class="tab-pane" id="language">
|
||||
<h4><?php echo _("Language settings") ;?></h4>
|
||||
<?php echo CSRFToken() ?>
|
||||
<?php echo CSRFTokenFieldTag() ?>
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4">
|
||||
<label for="code"><?php echo _("Select a language"); ?></label>
|
||||
|
Reference in New Issue
Block a user