mirror of
https://github.com/filegator/filegator.git
synced 2025-08-20 09:31:23 +02:00
session handler config upd
This commit is contained in:
@@ -30,7 +30,7 @@ class SessionStorage implements Service, SessionStorageInterface
|
||||
{
|
||||
// we don't have a previous session attached
|
||||
if (! $this->getSession()) {
|
||||
$handler = $config['available'][$config['session_handler']];
|
||||
$handler = $config['handler'];
|
||||
$session = new Session($handler());
|
||||
$session->setName('filegator');
|
||||
|
||||
|
Reference in New Issue
Block a user