alpha_full/admin/options/moyensL/grilleTarifaire/gt.debug.php
2026-04-06 22:58:51 +02:00

14 lines
412 B
PHP
Executable File

<?php
$debugMsg .= monDebug(2, [
'codeOpe=' => $codeOpe,
'lgCourante=' => $_SESSION['lgCouranteCode'],
'theIdZone=' => $theIdZone,
'numTranche2=' => $numTranche2,
'prix2=' => $prix2,
'poidsMin2=' => $poidsMin2,
'poidsMax2=' => $poidsMax2,
'theName=' => $theName,
'theLib=' => $theLib,
'idMl=' => $idMl
], 'gt.debug.php');
?>