Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:05:19 +02:00
parent 62eaad823a
commit 4ad86910b3
595 changed files with 1182 additions and 1182 deletions

View File

@@ -16,7 +16,7 @@ class pdf_usage extends fpdf_table
$this->MultiCellTag(100, 3, "<head1>FPDF Table (Fpdf Add On)\nAuthor:</head1><head2 href='mailto:andy@interpid.eu'> Bintintan Andrei, Interpid Team</head2>");
$this->Image('images/interpid_logo.png', 160, 10, 40, 0, '', 'http://www.interpid.eu');
$this->Image('images/interpid_logo.png', 160, 10, 40, 0, '', 'https://www.interpid.eu');
$this->SetY($this->tMargin);
}