mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Revert "Fix coding style old files (part 2)"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (is_numeric($vars['id'])) {
|
||||
if (is_numeric($vars['id'])) {
|
||||
// $auth= TRUE;
|
||||
$rserver = dbFetchRow('SELECT * FROM `loadbalancer_rservers` AS I, `devices` AS D WHERE I.rserver_id = ? AND I.device_id = D.device_id', array($vars['id']));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user