mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove an errant debugging statement
git-svn-id: http://www.observium.org/svn/observer/trunk@1431 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
if($_GET['id']) {$_GET['id'] = mres($_GET['id']); }
|
||||
|
||||
print_r($_GET);
|
||||
|
||||
if($_GET['section'] == "interface" && is_numeric($_GET['opta']) && interfacepermitted($_GET['opta'])) {
|
||||
echo("device!");
|
||||
$check_device = get_device_id_by_interface_id($_GET['opta']);
|
||||
|
Reference in New Issue
Block a user