32 lines
1.1 KiB
PHP
Executable File
32 lines
1.1 KiB
PHP
Executable File
<?php
|
|
monDebug(1,[
|
|
'$_SESSION[numStruct]' => $_SESSION['numStruct'] ?? 'empty',
|
|
'isEspace' => $isEspace ?? 'empty',
|
|
'numeroMenuPrpal' => $numeroMenuPrpal ?? 'empty',
|
|
'numeroSousMenu' => $numeroSousMenu ?? 'empty',
|
|
'agencementOnglet' => $agencementOnglet ?? 'empty',
|
|
|
|
'textesAffSection' => $textesAffSection ?? 'empty',
|
|
'idLanguenav' => $idLanguenav ?? 'empty',
|
|
'numTxt' => $numTxt ?? 'empty',
|
|
|
|
'theVoletCss' => $theVoletCss ?? 'empty',
|
|
'nomCss' => $nomCss ?? 'empty',
|
|
'theNumCss' => $theNumCss ?? 'empty',
|
|
'affCss' => $affCss ?? 'empty',
|
|
|
|
'theIdPage' => $theIdPage ?? 'empty',
|
|
'theIdItem' => $theIdItem ?? 'empty',
|
|
|
|
'theLien' => $theLien ?? 'empty',
|
|
'theStyle' => $theStyle ?? 'empty',
|
|
'theAlt' => $theAlt ?? 'empty',
|
|
'thePopup' => $thePopup ?? 'empty',
|
|
'theClasse' => $theClasse ?? 'empty',
|
|
'previewObject' => $previewObject ?? 'empty',
|
|
'previewObject GET' => $_GET['previewObject'] ?? 'empty',
|
|
'SESSION[lgCouranteCode]' => $_SESSION['lgCouranteCode'] ?? 'empty',
|
|
|
|
'jeViensDe' => $jeViensDe ?? 'empty'
|
|
],'agencement.debug.php');
|
|
?>
|