refactor: Updated a lot of references to LibreNMS - copyright still left intact (#4339)

This commit is contained in:
Neil Lathwood
2016-09-08 14:12:23 +01:00
committed by Tony Murray
parent 1ffebeac69
commit 7dec670494
39 changed files with 86 additions and 117 deletions

View File

@@ -2,8 +2,6 @@
$css = <<<EOF
<!-- Observium PDF Billing Report Stylesheet //-->
<style>
.right {

View File

@@ -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;