This commit is contained in:
KANE LAZENI 2026-04-18 13:39:29 +00:00
parent aae9a8c722
commit 948effaf90
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ class ControleurAjaxeditioncarteassure extends Controleur
return;
}
error_reporting(E_ALL & ~E_DEPRECATED);
include 'phpqrcode/qrlib.php';
$pdf = new FPDF_Protection('L', 'mm', array(85.6, 54));

View File

@ -1,7 +1,5 @@
<?php
error_reporting(E_ALL | E_STRICT);
define('PROJECT_DIR', realpath('../Gettext/'));
define('LOCALE_DIR', PROJECT_DIR .'/locale');
define('DEFAULT_LOCALE', 'fr_FR');