Files
webmin/webmin/clear_cache.cgi
2007-04-12 20:24:50 +00:00

10 lines
211 B
Perl
Executable File

#!/usr/local/bin/perl
# Delete all URLs from the cache
require './webmin-lib.pl';
&system_logged("rm -f ".quotemeta($main::http_cache_directory)."/*");
&webmin_log("clearcache");
&redirect("edit_proxy.cgi");