Ejemplo n.º 1
0
 /**
  * Determine and respond to actions from the Blocked list
  */
 public function blocked($h)
 {
     require_once LIBS . 'Blocked.php';
     $blocked = new Blocked();
     $blocked_items = $blocked->buildBlockedList($h);
     return $blocked_items;
 }