mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Enable CSRF protection (#10447)
* Enable CSRF protection * fix style issues
This commit is contained in:
@@ -46,6 +46,7 @@ $pagetitle[] = 'Oxidized';
|
||||
</div>
|
||||
<div class="tab-pane fade" id="search">
|
||||
<form class="form-horizontal" action="" method="post">
|
||||
<?php echo csrf_field() ?>
|
||||
<br/>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="input-parameter"
|
||||
|
Reference in New Issue
Block a user