Fixed Snort download rules again

This commit is contained in:
Christian Schmidt
2009-06-25 07:35:57 +02:00
parent 4a35d2d325
commit 698e3c2ac2
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
etc/system-release
srv/web/ipfire/cgi-bin/credits.cgi
srv/web/ipfire/cgi-bin/ids.cgi

View File

@@ -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);