From 3275a18174d1039741837ff30e4bb6f1b010a754 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 20:40:05 +0200 Subject: [PATCH] Update --- cgi-bin/uebung08/hangman-init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi-bin/uebung08/hangman-init.php b/cgi-bin/uebung08/hangman-init.php index a84cc1d..5fd5113 100644 --- a/cgi-bin/uebung08/hangman-init.php +++ b/cgi-bin/uebung08/hangman-init.php @@ -6,6 +6,7 @@ require_once(__DIR__ . "/hangman_lib.php"); session_start(); initGame(); - header("Location: hangman.php"); + echo "INIT"; + //header("Location: hangman.php"); ?>