diff --git a/cgi-bin/uebung08/hangman-guess.php b/cgi-bin/uebung08/hangman-guess.php index a856237..53c7c10 100644 --- a/cgi-bin/uebung08/hangman-guess.php +++ b/cgi-bin/uebung08/hangman-guess.php @@ -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"); ?>