alpha_full/admin/contenu/contenu.debug.php
2026-04-06 22:58:51 +02:00

28 lines
1.0 KiB
PHP
Executable File

<?php
// -----------------------------------------------------
// Debug
// -----------------------------------------------------
$admMsgClass='ok';
$admMsg = monDebug(1,[
'textesAffSection' => $textesAffSection ?? '',
'refresh' => $refresh ?? '',
'idLanguenav' => $idLanguenav ?? '',
'theValue' => $theValue ?? '',
'thePop' => $thePop ?? '',
'theLien' => $theLien ?? '',
'theAlt' => $theAlt ?? '',
'theAff' => $theAff ?? '',
'theClasse' => $theClasse ?? '',
'theStyle' => $theStyle ?? '',
'theOldImage' => $theOldImage ?? '',
'uploadOk' => $uploadOk ?? '',
'theImage' => $theImage ?? '',
'theLG' => $theLG ?? '',
'lg' => $lg ?? '',
'relatif' => $relatif ?? '',
'sectionAff' => $sectionAff ?? '',
'destination' => $destination ?? '',
'theIco' => $theIco ?? '',
'numTxt' => $numTxt ?? '',
], 'contenu.debug.php');
?>