From bc1b78a85b21c8861c03d6cbe6a675462590146f Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 23:03:18 +0200 Subject: [PATCH] Fix --- cgi-bin/uebung08/hangman-guess.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); ?>