예제 #1
0
파일: DB.php 프로젝트: nasaa0528/core
 /**
  * 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);
 }