mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
billing permissions fix
git-svn-id: http://www.observium.org/svn/observer/trunk@294 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -174,7 +174,7 @@ echo("
|
||||
|
||||
|
||||
|
||||
if($_GET['bill'] && billpermitted($_GET['id'])){
|
||||
if($_GET['bill'] && billpermitted($_GET['bill'])){
|
||||
|
||||
$bill_id = $_GET['bill'];
|
||||
printReport($bill_id);
|
||||
|
||||
Reference in New Issue
Block a user