15 lines
391 B
PHP
Executable File
15 lines
391 B
PHP
Executable File
<?php
|
|
monDebug(1, [
|
|
'textesAffSection' => $textesAffSection ?? 'empty',
|
|
'idLanguenav' => $idLanguenav ?? 'empty',
|
|
'numTxt' => $numTxt ?? 'empty',
|
|
'refresh =' => $refresh,
|
|
// 'theAff' => $theAff ?? 'empty',
|
|
'theDesc' => $theDesc,
|
|
// 'theOldImage' => $theOldImage,
|
|
'theImage' => $theImage,
|
|
'theLG' => $theLG,
|
|
'codeOpe' => $codeOpe
|
|
],'txt.debug.php');
|
|
|
|
?>
|