This commit is contained in:
KANE LAZENI 2026-07-04 06:55:26 +00:00
parent 785176711c
commit c98625d76a
3 changed files with 1131 additions and 1668 deletions

View File

@ -729,16 +729,15 @@ class ControleurConnexion extends Controleur
$_SESSION['p_prixActeModifiable'] = $utilisateur['prixActeModifiable'];
/*
var_dump(
array(
"motCourt" => $motCourt,
"changerMotPassDefaut" => $changerMotPassDefaut,
"passExpired" => $passExpired,
)
);
exit;
*/
if($utilisateur['crypterPhoto']=="1" && file_exists('/var/www/keys/inter-sante-photo.key'))
{
$_SESSION['crypterPhoto']="1";
}
else
{
$_SESSION['crypterPhoto']="0";
}
if(($motCourt===true) or ($changerMotPassDefaut===true) or ($passExpired===true))
{

View File

@ -512,6 +512,16 @@ require_once 'Modele/Societeusercentral.php';
$_SESSION['p_prestationPossibleEncaissement'] = "0";
$_SESSION['p_prixActeModifiable'] = $utilisateur['prixActeModifiable'];
if($utilisateur['crypterPhoto']=="1" && file_exists('/var/www/keys/inter-sante-photo.key'))
{
$_SESSION['crypterPhoto']="1";
}
else
{
$_SESSION['crypterPhoto']="0";
}
switch ($codeProfil)
{

File diff suppressed because it is too large Load Diff