mirror of
https://github.com/webmin/webmin.git
synced 2026-02-11 17:44:28 +00:00
12 lines
232 B
Perl
Executable File
12 lines
232 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Set OS to automatically detected version
|
|
|
|
require './webmin-lib.pl';
|
|
&ReadParse();
|
|
|
|
%osinfo = &detect_operating_system();
|
|
&apply_new_os_version(\%osinfo);
|
|
|
|
&webmin_log("os");
|
|
&redirect($ENV{'HTTP_REFERER'});
|