mirror of
https://github.com/webmin/webmin.git
synced 2026-02-07 16:02:14 +00:00
9 lines
186 B
Perl
Executable File
9 lines
186 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Refresh background collected info
|
|
|
|
use strict;
|
|
use warnings;
|
|
require './system-status-lib.pl';
|
|
&scheduled_collect_system_info();
|
|
&redirect($ENV{'HTTP_REFERER'});
|