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

10 lines
230 B
PHP
Executable File

<?php
$data = [
'theIdPage' => $theIdPage,
'theNomPage' => $theNomPage,
'theDescPage' => $theDescPage,
'theMsg' => $theMsg,
'theEmplacement' => $theEmplacement,
];
$debugMsg .= monDebug(1, $data, 'page.debug.php');
?>