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

13 lines
297 B
PHP
Executable File

<?php
$debugMsg .= monDebug(2, [
'lg' => $lg,
'affMails' => $affMails,
'refresh' => $refresh,
'typeMails' => $typeMails,
'search' => $search,
'codeOpe' => $codeOpe,
'langueNavId' => $langueNavId,
'theMsg' => $theMsg,
'modeTest' => $modeTest
], 'mails.debug.php');
?>