mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ipblocklist.cgi: Theme fix
Themes have been dropped - 'ipblocklist.cgi' refused to start. Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Acked-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
35e8a57e34
commit
bda851172f
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user