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

13 lines
296 B
PHP
Executable File

<?php
$debugMsg .= monDebug(2, [
'isAdmin' => $_SESSION['isAdmin'],
'codeOpe' => $codeOpe,
'theIdAdmin' => $theIdAdmin,
'theLogin' => $theLogin,
'thePwd' => $thePwd,
'smsOui' => $smsOui,
'smsAdr' => $smsAdr,
'reglageExtension' => $reglageExtension
], 'extension.debug.php');
?>