ajout quelque commentaire
Some checks failed
Deploy production (servyass) / deploy (push) Has been cancelled
Some checks failed
Deploy production (servyass) / deploy (push) Has been cancelled
This commit is contained in:
parent
18d74fc687
commit
8b094379ca
6 changed files with 46 additions and 9 deletions
|
|
@ -14,7 +14,9 @@
|
|||
*/
|
||||
|
||||
class UserCtrl extends MotherCtrl {
|
||||
|
||||
/**
|
||||
* Page Login
|
||||
*/
|
||||
public function login(){
|
||||
|
||||
$strMail = $_POST['user_mail']??"";
|
||||
|
|
@ -56,7 +58,9 @@ class UserCtrl extends MotherCtrl {
|
|||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Fonction pour ce déconnecter
|
||||
*/
|
||||
public function logout(){
|
||||
|
||||
if (isset($_COOKIE['remember_me'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue