Browse Source

class test

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

+ 1 - 1
index.php

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