Exemple #1
0
 /**
  * drop address from administration (captiveportal_mac)
  * @param $mac physical address
  */
 public function dropPassthruMAC($mac)
 {
     $this->handle->execute("delete from captiveportal_mac where mac =:mac ", array("mac" => $mac), $this->captiveportal_mac_types);
 }