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, 19 insertions, 0 deletions
diff --git a/www/horde/patches/patch-ab b/www/horde/patches/patch-ab
new file mode 100644
index 00000000000..aab309a74d5
--- /dev/null
+++ b/www/horde/patches/patch-ab
@@ -0,0 +1,19 @@
+$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">