summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-09 13:07:55 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-09 13:07:55 -0500
commit506f6e90d401941ee7dc6d19b8dffe2281ed0a79 (patch)
tree434f4accf2274319d69501080b15e8f0591b7a09 /usr/local/www/guiconfig.inc
parent034f08e7dd102c09e60184220927e6c5cba9f10c (diff)
downloadpfsense-506f6e90d401941ee7dc6d19b8dffe2281ed0a79.zip
pfsense-506f6e90d401941ee7dc6d19b8dffe2281ed0a79.tar.gz
Ensure csrf magic is loaded
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 458488e..4c68a32 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -34,6 +34,7 @@
/* Include authentication routines */
/* THIS MUST BE ABOVE ALL OTHER CODE */
+require_once("csrf/csrf-magic.php");
require_once("authgui.inc");
/* make sure nothing is cached */
OpenPOWER on IntegriCloud