16 lines
485 B
PHP
Executable File
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');
|
|
|
|
?>
|