summaryrefslogtreecommitdiff
path: root/debian/patches/003_web-bug.diff
blob: 16c47a2bad13dfcfa2a6b73bc69a04c83feb2543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Replaces rrdtool badge by a text link to prevent tracking
 of Mailgraph installations by oss.oetiker.ch
Author: Malte S. Stretz <debian-bugs@msquadrat.de>
Fowrarded: no
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611478

diff -ur mailgraph-1.14.orig/mailgraph.cgi mailgraph-1.14/mailgraph.cgi
--- mailgraph-1.14.orig/mailgraph.cgi	2007-08-29 11:06:01.000000000 +0200
+++ mailgraph-1.14/mailgraph.cgi	2011-01-29 20:09:37.000000000 +0100
@@ -184,12 +184,9 @@
 
 	print <<FOOTER;
 <hr/>
-<table><tr><td>
 <a href="http://mailgraph.schweikert.ch/">Mailgraph</a> $VERSION
 by <a href="http://david.schweikert.ch/">David Schweikert</a></td>
-<td align="right">
-<a href="http://oss.oetiker.ch/rrdtool/"><img src="http://oss.oetiker.ch/rrdtool/.pics/rrdtool.gif" alt="" width="120" height="34"/></a>
-</td></tr></table>
+(built on Tobi Oetiker's <a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a>)
 </body></html>
 FOOTER
 }