19 lines
531 B
PHP
Executable File
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');
|
|
?>
|