From 72f139077dfc83ee4de264d583e3c6956c61b4d6 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 18:34:29 +0200 Subject: [PATCH] Update --- cgi-bin/uebung08/list-words.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi-bin/uebung08/list-words.php b/cgi-bin/uebung08/list-words.php index 38dbbb6..822082c 100644 --- a/cgi-bin/uebung08/list-words.php +++ b/cgi-bin/uebung08/list-words.php @@ -4,6 +4,7 @@ require_once(__DIR__ . "/hangman_lib.php"); $arr = getAllWords(); +echo $arr; echo <<