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

+ 1 - 1
index.php

@@ -14,7 +14,7 @@ function checkToken($token,$db) {
     $dbAction->bind_param('s',$token);
     $dbAction->execute();
     $dbAction->bind_result($description);
-    echo "$description";
+    echo "$description blubb $dbAction->num_rows";
     if ($dbAction->num_rows == 1){
         return true;
     }