start copy from cimac web

This commit is contained in:
2026-05-14 08:47:13 +02:00
commit dfc6ed40ae
3624 changed files with 899295 additions and 0 deletions
@@ -0,0 +1,8 @@
<?php
$pdf->SetFont('','B','8');
$pdf->SetFont('','','8');
$sizerec=47.5;
$pdf->Cell(100,6,$renewcertpdf,1,0,'L');
$pdf->Cell(90,6,$trfData['previousreportnumber'],1,0,'L',TRUE);
$pdf->Ln();
?>