Files
webmin/qmailadmin/start.cgi
2007-04-12 20:24:50 +00:00

11 lines
193 B
Perl
Executable File

#!/usr/local/bin/perl
# start.cgi
# Start the qmail rc command in the background
require './qmail-lib.pl';
$err = &start_qmail();
&error($err) if ($err);
&webmin_log("start");
&redirect("");