Handle hostnames with upper-case letters
[webmin.git] / qmailadmin / start.cgi
1 #!/usr/local/bin/perl
2 # start.cgi
3 # Start the qmail rc command in the background
4
5 require './qmail-lib.pl';
6 $err = &start_qmail();
7 &error($err) if ($err);
8 &webmin_log("start");
9 &redirect("");
10