summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-21 14:43:24 +0000
committerErmal <eri@pfsense.org>2013-03-21 14:43:24 +0000
commit8760cbbcb7b1d2193da58fb00960fb24e33f266f (patch)
tree076e00cd208c872201cee063399ed65244ae38e7 /usr/local/www/index.php
parente52cb3a4e876f7b9b52093d96452960663fb7874 (diff)
downloadpfsense-8760cbbcb7b1d2193da58fb00960fb24e33f266f.zip
pfsense-8760cbbcb7b1d2193da58fb00960fb24e33f266f.tar.gz
No need to set nocsrf from my testing
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index f70e376..7673cb2 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -42,9 +42,6 @@
##|*MATCH=index.php*
##|-PRIV
-// Turn off csrf for the dashboard
-$nocsrf = true;
-
// Turn on buffering to speed up rendering
ini_set('output_buffering','true');
@@ -756,4 +753,4 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
?>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud