10 lines
198 B
PHP
Executable File
10 lines
198 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug(2, [
|
|
'theIdAdmin' => $theIdAdmin,
|
|
'theLogin' => $theLogin,
|
|
'thePwd' => $thePwd,
|
|
'smsOui' => $smsOui,
|
|
'smsAdr' => $smsAdr,
|
|
'paramAff' => $paramAff
|
|
], '');
|
|
?>
|