Handle hostnames with upper-case letters
[webmin.git] / hpuxexports / delete_export.cgi
1 #!/usr/local/bin/perl
2 # delete_share.cgi
3 # Delete a share
4
5 require './hpuxexports-lib.pl';
6 &ReadParse();
7 &delete_export($in{directory});
8 &redirect("");
9