From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ipblocklist.cgi: Theme fix Date: Fri, 15 Jul 2022 14:04:45 +0200 Message-ID: <20220715120445.1391-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4997451244072540565==" List-Id: --===============4997451244072540565== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Themes have been dropped - 'ipblocklist.cgi' refused to start. Signed-off-by: Matthias Fischer --- html/cgi-bin/ipblocklist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/ipblocklist.cgi b/html/cgi-bin/ipblocklist.cgi index 431ff1a37..bb438129c 100644 --- a/html/cgi-bin/ipblocklist.cgi +++ b/html/cgi-bin/ipblocklist.cgi @@ -62,7 +62,7 @@ my %settings =3D ( # 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); =20 # Get list of supported blocklists. my @blocklists =3D &IPblocklist::get_blocklists(); --=20 2.25.1 --===============4997451244072540565==--