diff options
Diffstat (limited to 'debian/patches/110_mailgraph.cgi.patch')
-rw-r--r-- | debian/patches/110_mailgraph.cgi.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/110_mailgraph.cgi.patch b/debian/patches/110_mailgraph.cgi.patch deleted file mode 100644 index a1d77f4..0000000 --- a/debian/patches/110_mailgraph.cgi.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: patch mailgraph.cgi for valid code - move the changes from debina/rules into this patch - set to /css/mailgraph.css -Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Last-Update: 2015-11-06 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/mailgraph.cgi -=================================================================== ---- trunk.orig/mailgraph.cgi -+++ trunk/mailgraph.cgi -@@ -196,7 +196,8 @@ sub print_html() - <title>Mail statistics for $host</title> - <meta http-equiv="Refresh" content="300" /> - <meta http-equiv="Pragma" content="no-cache" /> --<link rel="stylesheet" href="mailgraph.css" type="text/css" /> -+<link rel="stylesheet" href="/css/mailgraph.css" type="text/css" /> -+</style> - </head> - <body> - HEADER |