diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 955ed2646..3f80ce9b4 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -17,6 +17,9 @@ use HTML::Entities(); use Socket; use Time::Local; +our %color = (); +&General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color); + $|=1; # line buffering $Header::revision = 'final';