From 8760cbbcb7b1d2193da58fb00960fb24e33f266f Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 21 Mar 2013 14:43:24 +0000 Subject: [PATCH] No need to set nocsrf from my testing --- usr/local/www/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr/local/www/index.php b/usr/local/www/index.php index f70e376b0a..7673cb2a3b 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"); ?> - \ No newline at end of file +