]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/logs.cgi/ids.dat
Hardcode theme to ipfire
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / logs.cgi / ids.dat
index 74cad6267143073ab15ee376d06163137b109eab..b9c19aa175ce57659725b7c767f023bf6515f57c 100644 (file)
@@ -25,7 +25,7 @@ require "${General::swroot}/header.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);
 
 use POSIX();