12 lines
431 B
PHP
Executable File
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');}
|
|
?>
|