mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
Fixed Snort download rules again
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
etc/system-release
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
srv/web/ipfire/cgi-bin/ids.cgi
|
||||
|
||||
@@ -701,9 +701,7 @@ sub getmd5 {
|
||||
close($fh);
|
||||
}
|
||||
|
||||
my @temp=split(/= /,$md5buf->content);
|
||||
|
||||
return $temp[1];
|
||||
return $md5buf->content;
|
||||
}
|
||||
sub downloadrulesfile {
|
||||
my $return = &geturl($url);
|
||||
|
||||
Reference in New Issue
Block a user