Handle hostnames with upper-case letters
[webmin.git] / exports / restart_mountd.cgi
1 #!/usr/local/bin/perl
2 # restart_mountd.cgi
3 # Do whatever is needed to apply changes to the exports file
4
5 require './exports-lib.pl';
6 &error_setup($text{'restart_err'});
7 $err = &restart_mountd();
8 &error($err) if ($err);
9 &webmin_log('apply');
10 &redirect("");