summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-29 16:27:34 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-29 16:27:43 -0500
commit7385a6b4beefb0806b2e21e7f2f0144f3f49bb19 (patch)
treed3f27d7c946d1b274b1313303c3f4a323303ac6e /usr/local/www/system_firmware.php
parentf2141df0da5e2fbd712f407e54fcfa0f18d72fb6 (diff)
downloadpfsense-7385a6b4beefb0806b2e21e7f2f0144f3f49bb19.zip
pfsense-7385a6b4beefb0806b2e21e7f2f0144f3f49bb19.tar.gz
Turn off csrf checks
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 93b6997..2e18719 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -43,6 +43,8 @@
##|-PRIV
$d_isfwfile = 1;
+$nocsrf = true;
+
require_once("globals.inc");
require_once("guiconfig.inc");
OpenPOWER on IntegriCloud