andre il y a 4 ans
Parent
commit
2bf8c2566c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 "$dbAction->num_rows(), $ip" . ip2long($ip) . " debug 1\n";
+        echo $dbAction->num_rows() . " , " . $ip . " , " . ip2long($ip) . " debug 1\n";
         return false;
     }
     return true;