X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fnetother.cgi;h=cbd2bc228853fddc539aa9e68208aeef4ae4fec3;hp=6524ad5754bf9610ca5468c3b80b24c34a358e78;hb=8186b37230c7c73fc5f79411ab5890821c744a79;hpb=8a65ffe9437f07e1685a1c4c128afbef4c69d435 diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 6524ad5754..cbd2bc2288 100755 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -33,7 +33,7 @@ require "${General::swroot}/graphs.pl"; my %color = (); my %mainsettings = (); &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); my @pings=();