* Adjust for framework.

This commit is contained in:
pengjiangxiu
2017-06-15 09:48:51 +08:00
parent 97bbc1bef0
commit 757b9ecf71
+2
View File
@@ -929,6 +929,8 @@ class baseRouter
setcookie('device', $this->clientDevice, $this->config->cookieLife, $this->config->webRoot);
if(!isset($_COOKIE['device'])) $_COOKIE['device'] = $this->clientDevice;
return $this->clientDevice;
}
/**