a
This commit is contained in:
parent
aae9a8c722
commit
948effaf90
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user