summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-09 11:38:27 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-09 11:38:27 -0500
commit034f08e7dd102c09e60184220927e6c5cba9f10c (patch)
treefc31493bc38958074835e3e344302084e1d652f4 /usr/local/www/fbegin.inc
parentfea098864053dada6741b99444f10d4406ddeee6 (diff)
downloadpfsense-034f08e7dd102c09e60184220927e6c5cba9f10c.zip
pfsense-034f08e7dd102c09e60184220927e6c5cba9f10c.tar.gz
Fix Misc XSS issues
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index eb1c0aa..12f8428 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -221,7 +221,7 @@ if(! $g['disablehelpmenu']) {
/* NOTICE ACKNOWLEDGE CODE by Erik Kristensen */
if ($_REQUEST['noticeaction'] == 'acknowledge') {
- $notice_id = $_REQUEST['noticeid'];
+ $notice_id = htmlspecialchars($_REQUEST['noticeid']);
close_notice($notice_id);
}
/**********************************************/
OpenPOWER on IntegriCloud