mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 19:36:58 +01:00
* [MOD] Improved template rendering
* [MOD] Improved variable errors on templates * [MOD] Improved security token behavior * [MOD] Code refactoring Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -43,9 +43,13 @@ final class ConfigGeneralController extends SimpleControllerBase
|
||||
|
||||
/**
|
||||
* saveAction
|
||||
*
|
||||
* @throws \SP\Core\Exceptions\SPException
|
||||
*/
|
||||
public function saveAction()
|
||||
{
|
||||
$this->checkSecurityToken($this->previousSk, $this->request);
|
||||
|
||||
$configData = $this->config->getConfigData();
|
||||
$eventMessage = EventMessage::factory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user