mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +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();
|