This commit is contained in:
2019-06-30 19:01:36 +02:00
parent 5e79a8503c
commit d04e52a693
2 changed files with 29 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
<?php
require_once(__DIR__ . "/hangman_lib.php");
session_name(get_current_user() . "hangman");
session_start();
initGame();
?>