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

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'
],
'');
?>