mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove $relax_key_checks because we are no longer using Flash uploader
This commit is contained in:
parent
b7a975a54d
commit
426a971c6c
2 changed files with 7 additions and 18 deletions
|
|
@ -369,11 +369,10 @@ class Context
|
|||
}
|
||||
|
||||
// start session
|
||||
$relax_key_checks = ((self::$_get_vars->act ?? null) === 'procFileUpload' && preg_match('/shockwave\s?flash/i', $_SERVER['HTTP_USER_AGENT'] ?? ''));
|
||||
if (\PHP_SAPI !== 'cli')
|
||||
{
|
||||
Rhymix\Framework\Session::checkSSO($site_module_info);
|
||||
Rhymix\Framework\Session::start(false, $relax_key_checks);
|
||||
Rhymix\Framework\Session::start(false);
|
||||
}
|
||||
|
||||
// start output buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue