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
whb
2016-01-23 16:14:43 +0800
Commit
0e76a6ae2b34fd3446287f0b51d02a79682beda3
1 parent
1b636eee
tools
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/controllers/Tools.php
yohobuy/www.yohobuy.com/application/controllers/Tools.php
View file @
0e76a6a
...
...
@@ -63,8 +63,9 @@ class ToolsController extends WebAction
foreach
(
$list
as
$val
)
{
Cache
::
delete
(
$key
.
'_'
.
$val
);
}
}
else
{
Cache
::
delete
(
$key
);
}
Cache
::
delete
(
$key
);
echo
'清除成功'
;
}
}
...
...
Please
register
or
login
to post a comment