CodeIgniter 防止跨站请求伪造攻击
方法:
打开你的 application/config/config.php 文件,进行如下设置,即可启用 csrf 保护:
$config['csrf_protection'] = TRUE;