Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
3606cbf56fa41aefddf3ad58aa08d7af00657cb4
1 parent
efcb3970
PC的同步登录
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Action/WebAction.php
library/Action/WebAction.php
View file @
3606cbf
...
...
@@ -544,7 +544,7 @@ class WebAction extends Controller_Abstract
{
$uid
=
$this
->
getUid
(
true
);
//是否同步了session
$sysUserSession
=
intval
(
$this
->
getSession
(
'_SYS_USER_SESSION'
));
$sysUserSession
=
1
;
//
intval($this->getSession('_SYS_USER_SESSION'));
if
(
!
empty
(
$channel
))
{
//设置频道
//\Index\HomeModel::setSwitchToCookie($channel);
}
...
...
Please
register
or
login
to post a comment