13 lines
466 B
PHP
Executable File
13 lines
466 B
PHP
Executable File
<?php
|
|
monDebug(2,[
|
|
'propager' => isset($propager) ? $propager : 'empty',
|
|
'modifLg' => isset($modifLg) ? $modifLg : 'empty',
|
|
'lgCourante' => isset($_SESSION['lgCouranteCode']) ? $_SESSION['lgCouranteCode'] : 'empty',
|
|
'theImage' => isset($theImage) ? $theImage : 'empty',
|
|
'thePopup' => isset($thePopup) ? $thePopup : 'empty',
|
|
'theAlt' => isset($theAlt) ? $theAlt : 'empty',
|
|
'uploadOk' => isset($uploadOk) ? $uploadOk : 'empty'
|
|
],
|
|
'');
|
|
|
|
?>
|