1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
From cfcccbec29911b9b02a33a0e08d1f43680452439 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Sun, 16 Feb 2014 16:11:43 +0000
Subject: Don't include remote image references or redirects in broken install
page
This fixes the lintian error privacy-breach-logo
Forwarded: not-needed
Patch-Name: fix_lintian_privacy_break_logo_error.diff
---
share/html/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/html/index.html b/share/html/index.html
index ab47732f..198e9972 100644
--- a/share/html/index.html
+++ b/share/html/index.html
@@ -5,11 +5,9 @@
% if (0) {
%# -->
<html><head>
-<meta http-equiv="refresh" content="30; url=http://bestpractical.com/rt/rt-broken-install.html">
<title>Almost there!</title></head>
<body>
-<img src="http://www.bestpractical.com/images/unconfigured-rtlogo.jpg" />
<br /><br />
<h1>You're almost there!</h1>
You haven't yet configured your webserver to run RT.
@@ -20,7 +18,9 @@ server to "run" the RT server which powers the web interface.
The next step is to edit your webserver's configuration file to instruct it to use
RT's <strong>mod_perl</strong> or <strong>FastCGI</strong> handler.
-If you need commercial support, please contact us at sales@bestpractical.com.
+If you need commercial support, please contact us at sales@bestpractical.com
+or visit <a href="http://bestpractical.com/rt/rt-broken-install.html">the
+Best Practical web site</a>.
<!--
|