mirror of
https://github.com/webmin/webmin.git
synced 2026-04-12 04:10:19 +01: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'});
|