andre 4 年 前
コミット
e1cde5b97b
1 ファイル変更2 行追加2 行削除
  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){