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

16 lines
485 B
PHP
Executable File

<?php
$debugMsg .= monDebug(2, [
'activPaie2=' => $activPaie2,
'theIdPaie=' => $theIdPaie,
'libPaie2=' => $libPaie2,
'theFichier=' => $theFichier,
'theEnv=' => $theEnv,
'lg=' => $lg,
'idCompteTest' => $theIdCompte,
'thePrivateKeyTest' => $thePrivateKeyTest,
'thePublicKeyTest' => $thePublicKeyTest,
'idCompteProd' => $idCompteProd,
'pwdCompteProd' => $pwdCompteProd
], 'mp.debug.php');
?>