summaryrefslogtreecommitdiff
path: root/www/phpsysinfo-dev/files/patch-xss-fix.diff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /www/phpsysinfo-dev/files/patch-xss-fix.diff
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'www/phpsysinfo-dev/files/patch-xss-fix.diff')
-rw-r--r--www/phpsysinfo-dev/files/patch-xss-fix.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/phpsysinfo-dev/files/patch-xss-fix.diff b/www/phpsysinfo-dev/files/patch-xss-fix.diff
deleted file mode 100644
index 4f525c29253b..000000000000
--- a/www/phpsysinfo-dev/files/patch-xss-fix.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- includes/system_footer.php.orig Tue Jul 31 10:35:50 2007
-+++ includes/system_footer.php Tue Jul 31 10:35:52 2007
-@@ -29,7 +29,7 @@
-
- if( ! $hide_picklist ) {
- echo "<center>\n";
-- $update_form = "<form method=\"POST\" action=\"" . $_SERVER['PHP_SELF'] . "\">\n" . "\t" . $text['template'] . ":&nbsp;\n" . "\t<select name=\"template\">\n";
-+ $update_form = "<form method=\"POST\" action=\"" . htmlentities(strip_tags($_SERVER['PHP_SELF'])) . "\">\n" . "\t" . $text['template'] . ":&nbsp;\n" . "\t<select name=\"template\">\n";
-
- $resDir = opendir( APP_ROOT . '/templates/' );
- while( false !== ( $strFile = readdir( $resDir ) ) ) {