From: Matthias Fischer Date: Fri, 15 Jul 2022 12:04:45 +0000 (+0200) Subject: ipblocklist.cgi: Theme fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bda851172f1b924a0cb4c1d22ab95ccdf79dcd2b;p=people%2Fstevee%2Fipfire-2.x.git ipblocklist.cgi: Theme fix Themes have been dropped - 'ipblocklist.cgi' refused to start. Signed-off-by: Matthias Fischer Acked-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ipblocklist.cgi b/html/cgi-bin/ipblocklist.cgi index 431ff1a37b..bb438129c9 100644 --- a/html/cgi-bin/ipblocklist.cgi +++ b/html/cgi-bin/ipblocklist.cgi @@ -62,7 +62,7 @@ my %settings = ( # Read all parameters &Header::getcgihash( \%cgiparams); &General::readhash( "${General::swroot}/main/settings", \%mainsettings ); -&General::readhash( "/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color ); +&General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color); # Get list of supported blocklists. my @blocklists = &IPblocklist::get_blocklists();