From b9333627b73cdd86e16aba19dcfee8dc40eed3aa Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 3 May 2016 13:59:55 +0200 Subject: [PATCH] remove nocsrf in log.widget.php --- src/www/widgets/widgets/log.widget.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/www/widgets/widgets/log.widget.php b/src/www/widgets/widgets/log.widget.php index a0d9bbae5..bdc3eddba 100644 --- a/src/www/widgets/widgets/log.widget.php +++ b/src/www/widgets/widgets/log.widget.php @@ -30,8 +30,6 @@ POSSIBILITY OF SUCH DAMAGE. */ -$nocsrf = true; - require_once("guiconfig.inc"); require_once("pfsense-utils.inc"); require_once("interfaces.inc");