Example #1
0
 /**
  * 保存非法字符攻击日志
  */
 private static function save_attack_log($type, $val)
 {
     return Controller::save_attack_log($type, $val);
 }