a
This commit is contained in:
parent
a001caf07a
commit
de5b865e19
|
|
@ -513,16 +513,6 @@ require_once 'Framework/Localisation.php';
|
||||||
|
|
||||||
$filename = 'Societes/'.$utilisateur['codeSociete'];
|
$filename = 'Societes/'.$utilisateur['codeSociete'];
|
||||||
|
|
||||||
var_dump
|
|
||||||
(
|
|
||||||
array
|
|
||||||
(
|
|
||||||
"filename" => $filename,
|
|
||||||
)
|
|
||||||
);
|
|
||||||
exit();
|
|
||||||
|
|
||||||
|
|
||||||
if (!file_exists($filename))
|
if (!file_exists($filename))
|
||||||
{
|
{
|
||||||
mkdir($filename, 0700);
|
mkdir($filename, 0700);
|
||||||
|
|
@ -622,6 +612,16 @@ require_once 'Framework/Localisation.php';
|
||||||
$_SESSION['deconnexion'] = "0";
|
$_SESSION['deconnexion'] = "0";
|
||||||
$_SESSION['derniere_action'] = time();
|
$_SESSION['derniere_action'] = time();
|
||||||
|
|
||||||
|
var_dump
|
||||||
|
(
|
||||||
|
array
|
||||||
|
(
|
||||||
|
"motCourt" => $motCourt,
|
||||||
|
)
|
||||||
|
);
|
||||||
|
exit();
|
||||||
|
|
||||||
|
|
||||||
if(($motCourt===true) or ($changerMotPassDefaut===true) or ($passExpired===true))
|
if(($motCourt===true) or ($changerMotPassDefaut===true) or ($passExpired===true))
|
||||||
{
|
{
|
||||||
$_SESSION['passAchanger'] = true;
|
$_SESSION['passAchanger'] = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user