Handle hostnames with upper-case letters
[webmin.git] / vgetty / vgetty_apply.cgi
1 #!/usr/local/bin/perl
2 # vgetty_apply.cgi
3 # Apply the current init config
4
5 require './vgetty-lib.pl';
6 &error_setup($text{'vgetty_applyerr'});
7 $err = &apply_configuration();
8 &error($err) if ($err);
9 &webmin_log("apply");
10 &redirect("");
11