This commit is contained in:
2019-06-30 19:03:11 +02:00
parent d04e52a693
commit d71bf05062
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,5 @@
<?php
phpinfo();
?>