mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added missing router variable
This commit is contained in:
@ -847,6 +847,7 @@ function list_oxidized() {
|
||||
function list_bills() {
|
||||
global $config;
|
||||
$app = \Slim\Slim::getInstance();
|
||||
$router = $app->router()->getCurrentRoute()->getParams();
|
||||
$status = 'ok';
|
||||
$err_msg = '';
|
||||
$message = '';
|
||||
|
Reference in New Issue
Block a user