diff --git a/config/rootfiles/core/29/filelists/files b/config/rootfiles/core/29/filelists/files index 32f319c31..f2876f589 100644 --- a/config/rootfiles/core/29/filelists/files +++ b/config/rootfiles/core/29/filelists/files @@ -1,2 +1,3 @@ etc/system-release srv/web/ipfire/cgi-bin/credits.cgi +srv/web/ipfire/cgi-bin/ids.cgi diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 52ca54981..1cf5b8dec 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/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);