Files
webmin/cron/cleanup.pl
2025-04-20 10:21:25 -07:00

6 lines
112 B
Perl
Executable File

#!/usr/bin/perl
# Manually run the temp files cleanup function
require './cron-lib.pl';
&cleanup_temp_files();