diff --git a/code/serveur/php/server.php b/code/serveur/php/server.php index b93063c..9d107e4 100644 --- a/code/serveur/php/server.php +++ b/code/serveur/php/server.php @@ -79,9 +79,9 @@ function main() throw new Exception("La requête est incomplète", 2); if(wordExist($_GET['word'])) - echo 'true'; + echo true; else - echo 'false'; + echo false; } else if($action == 5) { // Get relations (JSON) echo getGameRelationsJSON();