diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-05-25 19:48:15 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-05-25 19:48:15 +0200 |
commit | 19d16efebc3fb5c0b2aede29aa91d31000ffd124 (patch) | |
tree | 48e55d1dc335efe5ce306c0a984300de9d4998b4 /app/class/Controller.php | |
parent | 55fc826f9827dd86427534c11594c0d9c4f0b8d1 (diff) | |
download | wcms-19d16efebc3fb5c0b2aede29aa91d31000ffd124.tar.gz wcms-19d16efebc3fb5c0b2aede29aa91d31000ffd124.zip |
add page specific password protection close #118
Diffstat (limited to 'app/class/Controller.php')
-rw-r--r-- | app/class/Controller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/class/Controller.php b/app/class/Controller.php index 2b38988..7fb972c 100644 --- a/app/class/Controller.php +++ b/app/class/Controller.php @@ -171,6 +171,5 @@ class Controller $this->user->destroysession($this->session->wsession); $this->session->addtosession('wsession', ''); $this->usermanager->add($this->user); - } } |