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
2016-01-28 18:37:15 +0800
Commit
b418dbe82e0061618a2efebb3ab4f84ae034fb01
1 parent
1a1c7022
code review by fei.hong : fixes bugs to go boys
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/controllers/Index.php
yohobuy/www.yohobuy.com/application/controllers/Index.php
View file @
b418dbe
...
...
@@ -17,6 +17,9 @@ class IndexController extends WebAction
if
(
isset
(
$_COOKIE
[
'_Channel'
]))
{
unset
(
$_COOKIE
[
'_Channel'
]);
}
if
(
isset
(
$_COOKIE
[
'_Gender'
]))
{
unset
(
$_COOKIE
[
'_Gender'
]);
}
$this
->
go
(
'http://www.yohobuy.com'
);
...
...
Please
register
or
login
to post a comment