12 lines
223 B
PHP
Executable File
12 lines
223 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug(2, [
|
|
'theMsg' => $theMsg,
|
|
'theImage' => $theImage,
|
|
'thePopup' => $thePopup,
|
|
'theAlt' => $theAlt,
|
|
'propager' => $propager,
|
|
'codeOpe' => $codeOpe,
|
|
'afficher' => $afficher
|
|
], '');
|
|
|
|
?>
|