标签: codeigniter codeigniter-3
在$ this和get_instance()在此上下文中不可用的情况下,当捕获到错误的CRSF令牌时,如何转换错误消息(例如发送到Security类中的“ show_error”的错误)?
public function csrf_show_error() { show_error('The action you have requested is not allowed.', 403); }