]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/wakeonlan.cgi
Hardcode theme to ipfire
[ipfire-2.x.git] / html / cgi-bin / wakeonlan.cgi
index 1f7fde54a6e6681bb6247ea1553ad11e9906d60d..289dc224a8e56e63224abc4293c2a2c5931c449d 100644 (file)
@@ -51,7 +51,7 @@ our $datafile = "/var/ipfire/wakeonlan/clients.conf";
 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 %netsettings = ();
 &General::readhash("${General::swroot}/ethernet/settings", \%netsettings);