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
whb
9 years ago
Commit
571b0695205eb54b16ca71a8e0290eb41e11b2a4
1 parent
0e76a6ae
tools
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 @
571b069
...
...
@@ -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