andre hace 4 años
padre
commit
7c5ad50e02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }