Files
2026-07-13 13:12:17 +08: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");