Browse Source

add whitelist, blacklist

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

+ 1 - 1
index.php

@@ -89,7 +89,7 @@ class action {
         }
         }
         //check delisting count
         //check delisting count
         if ($this->delistCount($ip) > 3){
         if ($this->delistCount($ip) > 3){
-            echo "Fatal: ". $ip . " delisted to often!\n";
+            echo "Fatal: ". long2ip($ip) . " delisted to often!\n";
             return false;
             return false;
         }
         }
         //delist ip
         //delist ip