X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fservices.cgi;fp=html%2Fcgi-bin%2Fservices.cgi;h=38b89ef1e632afdba4a72c0d276358a94d82048d;hp=36954ba70367c2ae51e4d6aefb1cf94311157bb0;hb=8186b37230c7c73fc5f79411ab5890821c744a79;hpb=8a65ffe9437f07e1685a1c4c128afbef4c69d435 diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index 36954ba703..38b89ef1e6 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -34,7 +34,7 @@ my %color = (); my %mainsettings = (); my %netsettings=(); &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); &General::readhash("${General::swroot}/ethernet/settings", \%netsettings); #workaround to suppress a warning when a variable is used only once