10 lines
261 B
PHP
Executable File
10 lines
261 B
PHP
Executable File
<?php
|
|
|
|
$debugMsg .= monDebug(2, [
|
|
'codeOpe' => $codeOpe,
|
|
'theIdPage' => $theIdPage,
|
|
'langueCourante' => $_SESSION['lgCouranteCode'],
|
|
'jeViensDe' => $jeViensDe
|
|
], 'frmPage.debug.php');
|
|
|
|
?>
|