10 lines
245 B
PHP
Executable File
10 lines
245 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug(2, [
|
|
'theMsg' => $theMsg,
|
|
'theSon' => $theSon,
|
|
'thePopup' => $thePopup,
|
|
'theAlt' => $theAlt,
|
|
'codeOpe=' => $codeOpe,
|
|
'theLien=' => $_POST["theLien"] ?? ''
|
|
], '');
|
|
?>
|