9 lines
189 B
PHP
Executable File
9 lines
189 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug(2, [
|
|
'lgCourante=' => $_SESSION['lgCouranteCode'],
|
|
'activLiv2=' => $activLiv2,
|
|
'theIdLiv=' => $theIdLiv,
|
|
'libLiv2=' => $libLiv2
|
|
], 'ml.debug.php');
|
|
|
|
?>
|