mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02: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