Handle hostnames with upper-case letters
[webmin.git] / smf / smfwizard_restarter.cgi
1 #!/usr/local/bin/perl
2
3 require './smf-lib.pl';
4 &ReadParse();
5 &ui_print_header(undef, $text{'smfwizard_title'}, "");
6
7 # wizard-specific info here
8 &wizard_header($wizard, "smfwizard_restarter.cgi",
9         "$text{'smfwizard_restarter_heading'}",
10         &convert_links_in_text("$text{'smfwizard_restarter_description'}"),
11         "images/smf.gif");
12
13 &wizard_input("smfwizard_restarter.cgi",
14         "$text{'smfwizard_restarter_fmri'}", "restarter_fmri",
15         60, ".+", "$text{'smfwizard_restarter_fmri_error'}");
16
17 &wizard_footer($wizard, "smfwizard_restarter.cgi");
18 # end wizard-specific info
19
20 &ui_print_footer("index.cgi", $text{'index'});