Graphen Hintergrundfarbe bei Standarttheme auf weiss gesetzt

Config Types in der Nettraffic angepasst
Erstellung der Week Month und Year Graphen nur noch bei Request


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@573 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-05-22 19:04:48 +00:00
parent 57d5b13817
commit b05768be3b
8 changed files with 81 additions and 73 deletions

View File

@@ -22,9 +22,6 @@ require "${General::swroot}/graphs.pl";
my %cgiparams=();
&Graphs::updatememgraph ("day");
&Graphs::updatememgraph ("week");
&Graphs::updatememgraph ("month");
&Graphs::updatememgraph ("year");
&Header::showhttpheaders();
&Header::getcgihash(\%cgiparams);