mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
r8149 ì¶ê°
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
248932fca8
commit
8cf5f49ac0
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ class Mobile {
|
||||||
if($_COOKIE['mobile'] == 'true') {
|
if($_COOKIE['mobile'] == 'true') {
|
||||||
$this->ismobile = true;
|
$this->ismobile = true;
|
||||||
}
|
}
|
||||||
else if($_COOKIE["mobile"] == 'false') {
|
else {
|
||||||
|
$_COOKIE["mobile"] = 'false';
|
||||||
|
setcookie("mobile", 'false', 0, $xe_web_path);
|
||||||
$this->ismobile = false;
|
$this->ismobile = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue