aboutsummaryrefslogtreecommitdiff
path: root/app/class/Controller.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-05-25 19:48:15 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-05-25 19:48:15 +0200
commit19d16efebc3fb5c0b2aede29aa91d31000ffd124 (patch)
tree48e55d1dc335efe5ce306c0a984300de9d4998b4 /app/class/Controller.php
parent55fc826f9827dd86427534c11594c0d9c4f0b8d1 (diff)
downloadwcms-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.php1
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);
-
}
}