]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/network.cgi
Graphen Hintergrundfarbe bei Standarttheme auf weiss gesetzt
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / network.cgi
index 70bdf35c685b67421c611bd267b0c35a4ecadbe7..4e6c3e7f9be9c39eea3f52c8b3adbb39423ac21a 100644 (file)
@@ -55,19 +55,9 @@ if ($cgiparams[1] =~ /red/) {
 foreach my $graphname (@graphs) {
 
   if ($graphname eq "lq" )
-  {
-  &Graphs::updatelqgraph("day");
-  &Graphs::updatelqgraph("week");
-  &Graphs::updatelqgraph("month");
-  &Graphs::updatelqgraph("year");
-  }
+  {  &Graphs::updatelqgraph("day");  }
   else
-  {
-  &Graphs::updateifgraph($graphname, "day");
-  &Graphs::updateifgraph($graphname, "week");
-  &Graphs::updateifgraph($graphname, "month");
-  &Graphs::updateifgraph($graphname, "year");
-  }
+  {  &Graphs::updateifgraph($graphname, "day");  }
   
        &Header::openbox('100%', 'center', "$graphname $Lang::tr{'graph'}");
        if (-e "$Header::graphdir/${graphname}-day.png") {