mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 23:24:07 +01:00
* [ADD] Added mail event handler
* [MOD] Improved import process * [MOD] Improved event logging * [MOD] Code refactoring. Work in progress * [FIX] Several bugfixes. Work in progress
This commit is contained in:
@@ -113,7 +113,7 @@ abstract class SimpleControllerBase
|
||||
*/
|
||||
protected function checks()
|
||||
{
|
||||
$this->checkLoggedInSession($this->session);
|
||||
$this->checkLoggedInSession($this->session, $this->router);
|
||||
$this->checkSecurityToken($this->session);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user