2015年1月10日 星期六

CodeIgniter Disallowed Key Characters error

fix your regex rule
$ vi system/core/input.php
if ( ! preg_match("/^[a-z0-9:_\/-|]+$/i", $str))
{
    exit('Disallowed Key Characters.');
}







References :
Disallowed Key Characters error / Forums / Community / EllisLab


沒有留言:

張貼留言