From 28a92201d9f1ff6e28c346ce0e2dae5254777b85 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 07:37:16 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantretrait.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index cae42fd3..77607f4a 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -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();