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
Plain Diff
Browse Files
Authored by
周少峰
2016-01-23 16:20:05 +0800
Commit
7be05fab873e835844d6aca67334398383f107ec
2 parents
93a8b32c
571b0695
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into feature/web-list
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/controllers/Tools.php
yohobuy/www.yohobuy.com/application/controllers/Tools.php
View file @
7be05fa
...
...
@@ -40,7 +40,7 @@ class ToolsController extends WebAction
);
$html
=
''
;
foreach
(
$channels
as
$key
=>
$val
)
{
$url
=
'/tools/cacheclear?key='
.
AuthCode
::
encode
(
$val
,
'yohobuy'
);
$url
=
'/tools/cacheclear?key='
.
urlencode
(
AuthCode
::
encode
(
$val
,
'yohobuy'
)
);
$html
.=
sprintf
(
'<li><a href="%s" target="_blank">清除%s缓存</a></li>'
,
$url
,
$key
);
}
echo
$html
;
...
...
Please
register
or
login
to post a comment