summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-15 10:41:20 +0000
committerErmal <eri@pfsense.org>2012-11-15 10:41:38 +0000
commiteff0526e60ae5ab53730d5c469819c3e81f8498d (patch)
treefac77cefda2092299a44136880952f7021ccecf7 /usr/local/www/guiconfig.inc
parent9f40c982756e59a1751a6eeeb843270b3aeedb3c (diff)
downloadpfsense-eff0526e60ae5ab53730d5c469819c3e81f8498d.zip
pfsense-eff0526e60ae5ab53730d5c469819c3e81f8498d.tar.gz
Not sure why this has been hidden so deep but putting that in the right place should help with error displayed related to HEADER already sent in PHP errors.log
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 03d1d8b..de4704e 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -52,6 +52,7 @@ if (!$omit_nocacheheaders) {
header("Pragma: no-cache");
}
+Header("X-Frame-Options: SAMEORIGIN");
require_once("authgui.inc");
/* parse the configuration and include all configuration functions */
OpenPOWER on IntegriCloud