This commit is contained in:
2019-06-30 20:40:05 +02:00
parent a8c19cbff2
commit 3275a18174

View File

@@ -6,6 +6,7 @@ require_once(__DIR__ . "/hangman_lib.php");
session_start(); session_start();
initGame(); initGame();
header("Location: hangman.php"); echo "INIT";
//header("Location: hangman.php");
?> ?>