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
hf
2015-12-07 21:02:16 +0800
Commit
31a710e6b4450dea7f43fdd3ca94720d0e690f4b
1 parent
a4375fb4
fixes bug to partner login
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
yohobuy/m.yohobuy.com/application/controllers/Error.php
yohobuy/m.yohobuy.com/application/controllers/Error.php
View file @
31a710e
...
...
@@ -37,11 +37,4 @@ class ErrorController extends AbstractAction
));
}
public
function
testAction
()
{
$uid
=
$this
->
getUid
(
true
);
$session
=
$this
->
getSession
(
'_TOKEN'
);
var_dump
(
$this
->
_useSession
,
$uid
,
'+++'
,
$session
,
APPLICATION_ENV
);
}
}
...
...
Please
register
or
login
to post a comment