mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Updated a lot of references to LibreNMS - copyright still left intact (#4339)
This commit is contained in:
committed by
Tony Murray
parent
1ffebeac69
commit
7dec670494
@@ -2,8 +2,6 @@
|
||||
|
||||
$css = <<<EOF
|
||||
|
||||
<!-- Observium PDF Billing Report Stylesheet //-->
|
||||
|
||||
<style>
|
||||
|
||||
.right {
|
||||
|
@@ -123,7 +123,7 @@ function genGraphs($bill_id, $imgtype, $from, $to, $bittype = 'Quota')
|
||||
$res .= '&x=1190&y=250';
|
||||
$res .= '&from='.$from.'&to='.$to;
|
||||
if (!bill_permitted($bill_id)) {
|
||||
$res = 'images/observium-logo.png';
|
||||
$res = 'images/librenms_logo.png';
|
||||
}
|
||||
|
||||
return $res;
|
||||
|
Reference in New Issue
Block a user