28 lines
1.0 KiB
PHP
Executable File
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');
|
|
?>
|