Handle hostnames with upper-case letters
[webmin.git] / sgiexports / apply.cgi
1 #!/usr/local/bin/perl
2 # apply.cgi
3 # Apply the current exports configuration
4
5 require './sgiexports-lib.pl';
6 &error_setup($text{'apply_err'});
7 $out = &backquote_logged("$config{'apply_cmd'} </dev/null 2>&1");
8 if ($?) {
9         &error($out);
10         }
11 &webmin_log('apply');
12 &redirect("");