Handle hostnames with upper-case letters
[webmin.git] / wuftpd / start.cgi
1 #!/usr/local/bin/perl
2 # start.cgi
3 # Start the FTP server process with flags -l -a -S
4
5 require './wuftpd-lib.pl';
6 &system_logged("$config{'ftpd_path'} -l -a -S >/dev/null 2>&1 </dev/null");
7 &webmin_log("start");
8 &redirect("");
9