diff --git a/html/cgi-bin/fireinfo.cgi b/html/cgi-bin/fireinfo.cgi index 99952be2e..e0221c5be 100644 --- a/html/cgi-bin/fireinfo.cgi +++ b/html/cgi-bin/fireinfo.cgi @@ -117,9 +117,8 @@ END # Read pregenerated profile data open(FILE, "/var/ipfire/fireinfo/profile"); -my $profile = ; +my @profile = ; close(FILE); -chomp($profile); print "
\n"; @@ -170,7 +169,7 @@ print < - +