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