alpha_full/admin/agencement/blocDroit/pages/ongPages.debug.php
2026-04-06 22:58:51 +02:00

19 lines
531 B
PHP
Executable File

<?php
monDebug(1, [
'isHtml' => $isHtml,
'initCreaPage ' => $initCreaPage,
'theIdPage' => $theIdPage,
'theDescPage' => $theDescPage,
'theTheme' => $theTheme ?? 'empty',
'activPage' => $activPage,
'theNomPage' => $theNomPage,
'theEmplacement' => $theEmplacement,
'theFicPage' => $theFicPage,
'theMsg' => $theMsg,
'theMsg POST' => $_POST['theMsg'] ?? 'empty',
'theType' => $theType,
'theVoletCss' => $theVoletCss,
'oldOrdre' => $oldOrdre ?? 'empty',
'codeOpe' => $codeOpe
],'ongPages.debug.php');
?>