a
This commit is contained in:
parent
4561a05d78
commit
6a70219640
|
|
@ -61,8 +61,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