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