11 lines
273 B
PHP
Executable File
11 lines
273 B
PHP
Executable File
<?php
|
|
if (isset($debug[2]) && $debug[2] == '1') {
|
|
$debugMsg .= monDebug(2, [
|
|
'lgCourante' => $_SESSION['lgCouranteCode'],
|
|
'theIdPays' => $theIdPays,
|
|
'theLibPays' => $theLibPays,
|
|
'theCoeff' => $theCoeff,
|
|
'theZone' => $theZone
|
|
], 'lpays.debug.php');
|
|
}
|
|
?>
|