Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
551575e77da2ae1b92165041aa9760ab37eede72
1 parent
b418dbe8
code review by fei.hong : fixes bugs to go boys
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/controllers/Index.php
yohobuy/www.yohobuy.com/application/controllers/Index.php
View file @
551575e
...
...
@@ -15,10 +15,10 @@ class IndexController extends WebAction
public
function
indexAction
()
{
if
(
isset
(
$_COOKIE
[
'_Channel'
]))
{
unset
(
$_COOKIE
[
'_Channel'
]
);
$this
->
setCookie
(
'_Channel'
,
''
);
}
if
(
isset
(
$_COOKIE
[
'_Gender'
]))
{
unset
(
$_COOKIE
[
'_Gender'
]
);
$this
->
setCookie
(
'_Gender'
,
''
);
}
$this
->
go
(
'http://www.yohobuy.com'
);
...
...
Please
register
or
login
to post a comment