Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:12:22 +02:00
parent fb4155128c
commit 236d44ba25
1355 changed files with 5391 additions and 5391 deletions

View File

@ -338,7 +338,7 @@ $pdf->addPage();
$pdf->useTemplate($tplidx,0,0,0);
$pdf->Image('logo.png', 124, 10,71); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
$pdf->Image('logo.png', 124, 10,71); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
$heute_format = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d"), date("Y"))); // ISO-8601 Format wie in der Datenbank: Formatierung für Vergleiche erforderlich