This commit is contained in:
KANE LAZENI 2026-02-17 05:15:15 +00:00
parent 408c486185
commit daa5c61a64

View File

@ -33,9 +33,11 @@ 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';