alpha_full/admin/options/pays/lpays.debug.php
2026-04-06 22:58:51 +02:00

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');
}
?>