diff --git a/cgi-bin/uebung08/hangman-guess.php b/cgi-bin/uebung08/hangman-guess.php index 53c7c10..08703b4 100644 --- a/cgi-bin/uebung08/hangman-guess.php +++ b/cgi-bin/uebung08/hangman-guess.php @@ -8,7 +8,6 @@ require_once(__DIR__ . "/hangman_lib.php"); $letter = $_POST['letter']; guessLetter($letter); - echo "LUL" . $letter - //header("Location: hangman.php"); + header("Location: hangman.php"); ?>