alpha_full/admin/agencement/bandeau/bandeauDebug.php
2026-04-06 22:58:51 +02:00

12 lines
431 B
PHP
Executable File

<?php
if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, [
'codeOpe=' => $codeOpe,
'trouveLG=' => $trouveLG,
'lgCouranteCode=' => $_SESSION['lgCouranteCode'],
'SESSION[lgCouranteLibelle]=' => $_SESSION['lgCouranteLibelle'],
'theImage' => $theImage,
'thePopup' => $thePopup,
'theAlt' => $theAlt,
'propager' => $propager
],'bandeau.debug.php');}
?>