]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/remote.cgi
Hardcode theme to ipfire
[ipfire-2.x.git] / html / cgi-bin / remote.cgi
index 9e566201d80bc9d5346ae06eb2ebe2a75142ffcc..c76f5129ea862454eeaf41547600475487cdbe2d 100644 (file)
@@ -40,7 +40,7 @@ my $errormessage='';
 my $counter = 0;
 
 &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();