From 19d16efebc3fb5c0b2aede29aa91d31000ffd124 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 25 May 2020 19:48:15 +0200 Subject: add page specific password protection close #118 --- app/class/Controller.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/class/Controller.php') 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); - } } -- cgit v1.2.3