Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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-03-04 18:28:43 +0800
Commit
659bdd49a1ccfdd18978ac5e8a4720891a24f75b
1 parent
42e5df5f
code review by fei.hong: do add couponxinshili huodong
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
library/Action/HuodongWebAction.php
library/Action/HuodongWebAction.php
View file @
659bdd4
...
...
@@ -55,7 +55,6 @@ class HuodongWebAction extends Controller_Abstract
public
function
init
()
{
if
(
!
$this
->
isAjax
()
&&
Mobile
::
isMobile
())
{
echo
'ddd'
;
exit
;
header
(
"HTTP/1.1 301 Moved Permanently"
);
header
(
'Location:http://huodong.m.yohobuy.com'
.
$_SERVER
[
'REQUEST_URI'
]);
exit
();
...
...
Please
register
or
login
to post a comment