diff options
author | polo <ordipolo@gmx.fr> | 2025-04-21 20:36:10 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-04-21 20:36:10 +0200 |
commit | eb3e1eb8c8365d3b3d1d39f24314ba420255afc2 (patch) | |
tree | 5e3d747b0e4d5e747052e9afed76f3a0f0986379 /src/controller/password.php | |
parent | ca3949aca0c7c1af476c8eec93b4920d5aff21ec (diff) | |
download | cms-eb3e1eb8c8365d3b3d1d39f24314ba420255afc2.zip |
page menu et chemin, partie1
Diffstat (limited to 'src/controller/password.php')
-rw-r--r-- | src/controller/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/password.php b/src/controller/password.php index 47db637..66a617a 100644 --- a/src/controller/password.php +++ b/src/controller/password.php | |||
@@ -307,7 +307,7 @@ function getUser(string $login, EntityManager $entityManager): ?User | |||
307 | } | 307 | } |
308 | 308 | ||
309 | 309 | ||
310 | function disconnect(EntityManager $entityManager) | 310 | function disconnect() |
311 | { | 311 | { |
312 | // nettoyage complet | 312 | // nettoyage complet |
313 | $_SESSION = []; // mémoire vive | 313 | $_SESSION = []; // mémoire vive |