mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 00:18:03 +02:00
Remove remaining live references to observium.org
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
// Html template
|
||||
$logo = $pdf->serializeTCPDFtagParameters(array('images/observium-logo.png', 15, 18, 100, '', '', 'www.observium.org', 'T'));
|
||||
$logo = $pdf->serializeTCPDFtagParameters(array('images/dummy-logo.png', 15, 18, 100, '', '', 'www.example.com', 'T'));
|
||||
$html .= "<tcpdf method=\"Image\" params=\"".$logo."\" />";
|
||||
$html .= "<h1 class=\"right\">Billing Report</h1>";
|
||||
$html .= "<p></p>";
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ class ObsPDF extends TCPDF
|
||||
// Set Font
|
||||
$this->SetFont('helvetica', 'N', 8);
|
||||
// Set Footer text
|
||||
$this->Cell(0, 0, 'Created by Observium (www.observium.org)', 0, false, 'L', 0, 'http://www.observium.org/', 0, false, 'M', 'M');
|
||||
$this->Cell(0, 0, 'Created by '.$config['project_name'], 0, false, 'L', 0, $config['project_url'], 0, false, 'M', 'M');
|
||||
$this->Cell(10, 0, 'Page '.$this->getAliasNumPAge().' of '.$this->getAliasNbPages(), 0, false, 'R', 0, '', 0, false, 'M', 'M');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user