mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +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;
|
self::$_started = true;
|
||||||
$must_create = $must_refresh = false;
|
$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.
|
// Check if the session has been initialized for Rhymix.
|
||||||
if (!isset($_SESSION['RHYMIX']))
|
if (!isset($_SESSION['RHYMIX']))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue