mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
ids.cgi: Drop code which is detecting if oinkmaster is running
This code is not longer required and therefore can be dropped. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -64,14 +64,6 @@ $snortsettings{'OINKCODE'} = '';
|
||||
#Get GUI values
|
||||
&Header::getcgihash(\%cgiparams);
|
||||
|
||||
# Try to determine if oinkmaster is running.
|
||||
my $oinkmaster_pid = `pidof oinkmaster.pl -x`;
|
||||
|
||||
# If oinkmaster is running display output.
|
||||
if ($oinkmaster_pid) {
|
||||
&working("$Lang::tr{'snort working'}");
|
||||
}
|
||||
|
||||
# Check if any error has been stored.
|
||||
if (-e $IDS::storederrorfile) {
|
||||
# Open file to read in the stored error message.
|
||||
|
||||
Reference in New Issue
Block a user