z
This commit is contained in:
parent
33343a9053
commit
a34698e2db
|
|
@ -65,8 +65,7 @@ class Utilisateur extends Modele {
|
||||||
$this->executerRequete($sql, array($user, $codeNewLang));
|
$this->executerRequete($sql, array($user, $codeNewLang));
|
||||||
|
|
||||||
$_SESSION['lang'] = $codeNewLang;
|
$_SESSION['lang'] = $codeNewLang;
|
||||||
setcookie('lang', $codeLangue, time()+365*24*3600, '/');
|
setcookie('lang', $codeNewLang, time()+365*24*3600, '/');
|
||||||
$_COOKIE['lang'] = $codeNewLang;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function verifiermotpassdefaut($codeSociete, $mdp)
|
public function verifiermotpassdefaut($codeSociete, $mdp)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user