This commit is contained in:
2019-06-30 22:53:54 +02:00
parent 1d2170647f
commit d04bd05dd2

View File

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