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