All kinds of new stuff. Started with perfecting the account controller. [skip ci]

This commit is contained in:
James Cole
2014-07-26 18:53:41 +02:00
parent d088b2c558
commit b782bb8d93
75 changed files with 1075 additions and 8362 deletions

View File

@@ -7,7 +7,7 @@ return [
'files' => storage_path() . '/sessions',
'connection' => null,
'table' => 'sessions',
'lottery' => array(2, 100),
'lottery' => [2, 100],
'cookie' => 'firefly_session',
'path' => '/',
'domain' => null,