diff options
Diffstat (limited to 'statistics')
| -rw-r--r-- | statistics/mailgraph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics/mailgraph.cgi b/statistics/mailgraph.cgi index 3deb69a..b15b7cc 100644 --- a/statistics/mailgraph.cgi +++ b/statistics/mailgraph.cgi @@ -303,7 +303,7 @@ HEADER print "<h2 id=\"G$n\">$graphs[$n]{title}</h2>\n"; print "<p><img class=\"img-responsive\" src=\"$scriptname?${n}-n\" alt=\"mailgraph\"/><br/>\n"; print "<img class=\"img-responsive\" src=\"$scriptname?${n}-e\" alt=\"mailgraph\"/>\n"; - print "<img class=\"img-responsive\" src=\"$scriptname?${n}-g\" alt=\"mailgraph\"/></p>\n"; + #print "<img class=\"img-responsive\" src=\"$scriptname?${n}-g\" alt=\"mailgraph\"/></p>\n"; } print <<FOOTER; |
