From d04bd05dd2487df2ad2cad968b927ce7f05d688e Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 22:53:54 +0200 Subject: [PATCH] Update --- cgi-bin/uebung08/hangman-guess.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"); ?>