alpha_full/pages/auth/auth.debug.php
2026-04-06 22:58:51 +02:00

7 lines
141 B
PHP
Executable File

<?php
$debugMsg.= monDebug(1,[
'idMail' => $idMail,
'pwdAdm' => $pwdAdm,
'affPageSite' => $affPageSite
], 'auth.debug.php');
?>