mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Fix coding style part 2
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
|
||||
if(is_admin() === false) {
|
||||
echo ('ERROR: You need to be admin');
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
|
||||
?>
|
||||
|
||||
<div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="Delete" aria-hidden="true">
|
||||
@@ -155,4 +157,3 @@ $('#create-group').click('', function(e) {
|
||||
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user