a
This commit is contained in:
parent
785176711c
commit
c98625d76a
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue
Block a user