]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed Snort download rules again
authorChristian Schmidt <maniacikarus@ipfire.org>
Thu, 25 Jun 2009 05:35:57 +0000 (07:35 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Thu, 25 Jun 2009 05:35:57 +0000 (07:35 +0200)
config/rootfiles/core/29/filelists/files
html/cgi-bin/ids.cgi

index 32f319c31687671acbbdbc416543f707ee574789..f2876f589309ebca211f44bf450f046d7f4172bb 100644 (file)
@@ -1,2 +1,3 @@
 etc/system-release
 srv/web/ipfire/cgi-bin/credits.cgi
 etc/system-release
 srv/web/ipfire/cgi-bin/credits.cgi
+srv/web/ipfire/cgi-bin/ids.cgi
index 52ca549811addd9f077a2eebc5f629c8fb054173..1cf5b8dec5bcf88e574847115be9064ad5ac52c7 100644 (file)
@@ -701,9 +701,7 @@ sub getmd5 {
                close($fh);
        }
        
                close($fh);
        }
        
-       my @temp=split(/= /,$md5buf->content);
-       
-       return $temp[1];
+       return $md5buf->content;
 }
 sub downloadrulesfile {
        my $return = &geturl($url);
 }
 sub downloadrulesfile {
        my $return = &geturl($url);