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

11 lines
297 B
PHP
Executable File

<?php
$debugMsg .= mondebug(1,[
'prodServer ' => $_SESSION['prodServer'],
'codeOpe' => $codeOpe,
'connected' => $connected,
'validNewPwdAdm' => $validNewPwdAdm,
'adminMail' => $adminMail,
'newPwdAdm' => $newPwdAdm,
'mdpConfirm' => $mdpConfirm
],'newPwdAdm.debug.php');
?>