From 6769595fd24e9d88c81be4e4635234a4a37c9894 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 24 Nov 2013 21:29:11 -0500 Subject: [PATCH] removed unneeded setting. --- config/web.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/web.php b/config/web.php index cf921b0..6124c4f 100644 --- a/config/web.php +++ b/config/web.php @@ -5,9 +5,6 @@ $config = [ 'basePath' => dirname(__DIR__), 'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'), 'components' => [ - 'request' => [ - 'enableCsrfValidation' => true, - ], 'cache' => [ 'class' => 'yii\caching\FileCache', ],