瀏覽代碼

removed unneeded setting.

Qiang Xue 12 年之前
父節點
當前提交
6769595fd2
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      config/web.php

+ 0 - 3
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',
 		],