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:
@@ -1,4 +1,5 @@
|
||||
<form name="form1" action="" method="post" class="form-horizontal">
|
||||
<?php echo csrf_field() ?>
|
||||
<script type="text/javascript">
|
||||
function showWarning(checked) {
|
||||
$('#warning').toggle();
|
||||
|
Reference in New Issue
Block a user