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
9 years ago
Commit
1f9cdedf28dce4495b5b9dad8725fd411884d391
1 parent
e62f49a2
change to add browser cache expires to 5mins
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/public/index.php
yohobuy/m.yohobuy.com/public/index.php
View file @
1f9cded
<?php
use
Yaf\Application
;
define
(
'SITE_MAIN'
,
'http://m.yohobuy.com'
);
// 网站主域名
define
(
'SITE_MAIN'
,
'http://m
testh5
.yohobuy.com'
);
// 网站主域名
define
(
'OLD_MAIN'
,
'http://m.yohobuy.com'
);
// 网站旧域名
define
(
'COOKIE_DOMAIN'
,
'.yohobuy.com'
);
// COOKIE作用域
define
(
'SUB_DOMAIN'
,
'.m.yohobuy.com'
);
// 子域名后缀
...
...
Please
register
or
login
to post a comment