andre 4 vuotta sitten
vanhempi
commit
eafdc53811
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -49,7 +49,7 @@ function islisted($ip,$db) {
     $dbAction->bind_param('i',ip2long($ip));
     $dbAction->execute();
     if($dbAction->num_rows() == 0) {
-        echo "debug 1\n";
+        echo "$dbAction->num_rows(), $ip" . ip2long($ip) . " debug 1\n";
         return false;
     }
     return true;