Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
sso
·
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
於志远
2016-10-14 10:28:37 +0800
Commit
ea0d7863dade041237cbcf1c6312d3a0a5a22986
1 parent
964eb4a3
去掉整个memcache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/Defines.class.php
config/Defines.class.php
View file @
ea0d786
...
...
@@ -99,7 +99,7 @@ class Config_Defines
*/
public
static
function
setRelease
()
{
self
::
setCache
(
true
,
tru
e
,
true
,
true
);
self
::
setCache
(
true
,
fals
e
,
true
,
true
);
// 主域名
define
(
'SITE_DOMAIN'
,
'.yoho.cn'
);
...
...
Please
register
or
login
to post a comment