mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Use config cache file instead of storing it in PHP's session
* [MOD] Unit testing tweaks in order to renew config cache Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -78,6 +78,7 @@ abstract class SimpleControllerBase
|
||||
$this->checkLoggedInSession(
|
||||
$this->session,
|
||||
$this->request,
|
||||
$this->configData,
|
||||
function ($redirect) {
|
||||
$this->router->response()
|
||||
->redirect($redirect)
|
||||
|
||||
Reference in New Issue
Block a user