%PDF- %PDF-
Direktori : /usr/share/webmin/webmin/ |
Current File : //usr/share/webmin/webmin/fix_os.cgi |
#!/usr/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'});