Files
webmin/pptp-server/apply.cgi
2007-04-12 20:24:50 +00:00

15 lines
289 B
Perl
Executable File

#!/usr/local/bin/perl
# apply.cgi
# Shut down and re-start the PPTP server
require './pptp-server-lib.pl';
&error_setup($text{'apply_err'});
$access{'apply'} || &error($text{'apply_ecannot'});
$err = &apply_configuration();
&error($err) if ($err);
&webmin_log("apply");
&redirect("");