a
This commit is contained in:
parent
408c486185
commit
daa5c61a64
|
|
@ -33,10 +33,12 @@ class ControleurAjaxeditioncarteassure extends Controleur
|
||||||
|
|
||||||
// 1. Inclure la bibliothèque phpqrcode
|
// 1. Inclure la bibliothèque phpqrcode
|
||||||
// Définir le dossier de log AVANT l'include
|
// Définir le dossier de log AVANT l'include
|
||||||
|
/*
|
||||||
if (!defined('QR_LOG_DIR')) {
|
if (!defined('QR_LOG_DIR')) {
|
||||||
define('QR_LOG_DIR', sys_get_temp_dir() . '/');
|
define('QR_LOG_DIR', sys_get_temp_dir() . '/');
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
include 'phpqrcode/qrlib.php';
|
include 'phpqrcode/qrlib.php';
|
||||||
|
|
||||||
$pdf = new FPDF_Protection('L', 'mm', array(85.6, 54));
|
$pdf = new FPDF_Protection('L', 'mm', array(85.6, 54));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user