This commit is contained in:
2019-06-30 23:03:18 +02:00
parent 2a6b3357b4
commit bc1b78a85b

View File

@@ -8,7 +8,6 @@ require_once(__DIR__ . "/hangman_lib.php");
$letter = $_POST['letter']; $letter = $_POST['letter'];
guessLetter($letter); guessLetter($letter);
echo "LUL" . $letter
//header("Location: hangman.php"); header("Location: hangman.php");
?> ?>