summaryrefslogtreecommitdiff
path: root/www/horde/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/horde/patches/patch-ab')
-rw-r--r--www/horde/patches/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/horde/patches/patch-ab b/www/horde/patches/patch-ab
deleted file mode 100644
index aab309a74d5..00000000000
--- a/www/horde/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2006/06/16 09:23:21 adrianp Exp $
-
---- test.php.orig 2006-06-14 09:30:57.000000000 +0100
-+++ test.php
-@@ -250,12 +250,12 @@ if (!empty($_GET['mode'])) {
- exit;
-
- case 'phpinfo':
-- echo '<a href="' . $url . '?mode=test">&lt;&lt; Back to test.php</a>';
-+ echo '<a href="' . htmlspecialchars($url) . '?mode=test">&lt;&lt; Back to test.php</a>';
- phpinfo();
- exit;
-
- case 'filetest':
-- echo '<a href="' . $url . '?mode=test">&lt;&lt; Back to test.php</a>';
-+ echo '<a href="' . htmlspecialchars($url) . '?mode=test">&lt;&lt; Back to test.php</a>';
- ?>
- <html>
- <body bgcolor="white" text="black">