Files
webmin/sentry/stop_hostsentry.cgi
2007-04-12 20:24:50 +00:00

14 lines
263 B
Perl
Executable File

#!/usr/local/bin/perl
# stop_hostsentry.cgi
# Stop hostsentry daemon
require './sentry-lib.pl';
&error_setup($text{'hostsentry_stoperr'});
$err = &stop_hostsentry();
&error($err) if ($err);
&webmin_log("stop", "hostsentry");
&redirect("edit_hostsentry.cgi");