Your IP : 216.73.216.95


Current Path : /usr/share/webmin/stunnel/
Upload File :
Current File : //usr/share/webmin/stunnel/apply.cgi

#!/usr/bin/perl
# apply.cgi
# Restart inetd and xinetd if used

require './stunnel-lib.pl';

$err = &apply_configuration();
&error($err) if ($err);

&webmin_log("apply");
&redirect("");