andre 4 years ago
parent
commit
e1cde5b97b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -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){