a
This commit is contained in:
parent
66a09d82ba
commit
28a92201d9
|
|
@ -38,7 +38,8 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
$garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice);
|
||||
*/
|
||||
|
||||
$pdf = new FPDF_Protection();
|
||||
// $pdf = new FPDF_Protection();
|
||||
$pdf = new FPDF();
|
||||
$pdf->SetProtection(array('print'));
|
||||
$pdf->AliasNbPages();
|
||||
$pdf->AddPage();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user