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