X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=html%2Fcgi-bin%2Fdns.cgi;h=7dc11358223774a6f2cab732c473afd7f95f7080;hb=8186b37230c7c73fc5f79411ab5890821c744a79;hp=337166ccfd68fbae414af0f9d940669fa2047898;hpb=4e5a35c123926c1a2a1b8d831f59563fd436835b;p=ipfire-2.x.git diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index 337166ccfd..7dc1135822 100755 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -65,7 +65,7 @@ my $check_servers; 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); &Header::showhttpheaders(); &Header::getcgihash(\%cgiparams);