mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
6 lines
112 B
Perl
Executable File
6 lines
112 B
Perl
Executable File
#!/usr/bin/perl
|
|
# Manually run the temp files cleanup function
|
|
|
|
require './cron-lib.pl';
|
|
&cleanup_temp_files();
|