mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove unnecessary setting of is_webview before session create
This commit is contained in:
parent
a2932ee8c8
commit
a07b8fef58
1 changed files with 0 additions and 6 deletions
|
|
@ -116,12 +116,6 @@ class Session
|
|||
self::$_started = true;
|
||||
$must_create = $must_refresh = false;
|
||||
|
||||
// Check whether the visitor uses Android webview.
|
||||
if (!isset($_SESSION['is_webview']))
|
||||
{
|
||||
$_SESSION['is_webview'] = self::_isBuggyUserAgent();
|
||||
}
|
||||
|
||||
// Check if the session has been initialized for Rhymix.
|
||||
if (!isset($_SESSION['RHYMIX']))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue