mirror of
https://github.com/webmin/webmin.git
synced 2026-02-07 16:02:14 +00:00
9 lines
93 B
Perl
Executable File
9 lines
93 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Re-start Webmin
|
|
|
|
require './webmin-lib.pl';
|
|
|
|
&show_restart_page();
|
|
|
|
|