mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed one of the router variables as it was not needed
This commit is contained in:
@@ -252,7 +252,6 @@ function list_devices()
|
||||
// This will return a list of devices
|
||||
global $config;
|
||||
$app = \Slim\Slim::getInstance();
|
||||
$router = $app->router()->getCurrentRoute()->getParams();
|
||||
$order = $_GET['order'];
|
||||
$type = $_GET['type'];
|
||||
if(empty($order))
|
||||
|
Reference in New Issue
Block a user