andre před 4 roky
rodič
revize
e1cde5b97b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      index.php

+ 2 - 2
index.php

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