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

11 lines
276 B
PHP
Executable File

<?php
$debugMsg .= mondebug(1,[
'prodServer ' => $_SESSION['prodServer'],
'codeOpe' => $codeOpe,
'connected' => $connected,
'validNewPwd' => $validNewPwd,
'idMail' => $idMail,
'newPwd' => $newPwd,
'mdpConfirm' => $mdpConfirm
],'newPwd.debug.php');
?>