mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-06-10 12:57:13 +09:00
Clean up session refresh handling (dedicated timer, don't refresh in non-GET request, etc.)
This commit is contained in:
parent
f438a91cd6
commit
7f1a61fb83
2 changed files with 16 additions and 4 deletions
|
|
@ -211,7 +211,7 @@ class ModuleObject extends BaseObject
|
|||
}
|
||||
|
||||
// Special treatment for admin actions
|
||||
if(preg_match('/^disp[A-Z][a-z0-9\_]+Admin/', $this->act))
|
||||
if(preg_match('/^disp(?:Admin[A-Z]|[A-Z][a-z0-9\_]+Admin)/', $this->act))
|
||||
{
|
||||
// Set admin layout
|
||||
if(config('view.manager_layout') === 'admin')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue