andre 4 years ago
parent
commit
8d5d3fd21c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      index.php

+ 1 - 2
index.php

@@ -19,7 +19,6 @@ function checkToken($token,$db) {
         echo "Client $desc";
         return true;
     }
-    echo "Client $token not registered";
     return false;
 }
 
@@ -36,5 +35,5 @@ if (checkToken($token,$db)){
         echo " fehler" . PHP_EOL;
     };
 } else {
-    echo "token not exist" . PHP_EOL;
+    echo "Client $token not registered" . PHP_EOL;
 };