@@ -84,8 +84,8 @@ class action {
}
public function deList($ip) {
- if(!$this->isListed($ip)) {
- return false;
+ if(!$this->isListed($ip)) { //set true to avoid discovering
+ return true;
//check delisting count
if ($this->delistCount($ip) > 3){