Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
2015-10-27 21:54:30 +0800
Commit
87840e6f51bff7365a018d0c4a5f9c7f1bc9376e
1 parent
03140988
run gulp ge to gzip css js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/Bootstrap.php
yohobuy/m.yohobuy.com/application/Bootstrap.php
View file @
87840e6
...
...
@@ -76,6 +76,7 @@ class Bootstrap extends Bootstrap_Abstract
$subDomain
=
strval
(
$hostParts
[
0
]);
switch
(
strtolower
(
$subDomain
))
{
case
'm'
:
// 老版(到频道选择)
case
'buy'
:
// 测试环境的域名, 以后可去掉
break
;
case
'new'
:
// 原新版(到男生首页)
$controller
=
'Boys'
;
...
...
Please
register
or
login
to post a comment