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

10 lines
198 B
PHP
Executable File

<?php
$debugMsg .= monDebug(2, [
'theIdAdmin' => $theIdAdmin,
'theLogin' => $theLogin,
'thePwd' => $thePwd,
'smsOui' => $smsOui,
'smsAdr' => $smsAdr,
'paramAff' => $paramAff
], '');
?>