From 09bc0ec977e445dce5feba178468c51cb7d0bb47 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 18:19:42 +0200 Subject: [PATCH] Update --- cgi-bin/uebung08/list-words.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/uebung08/list-words.php b/cgi-bin/uebung08/list-words.php index 38dbbb6..79276fb 100644 --- a/cgi-bin/uebung08/list-words.php +++ b/cgi-bin/uebung08/list-words.php @@ -3,7 +3,7 @@ require_once(__DIR__ . "/hangman_lib.php"); -$arr = getAllWords(); +$arr = array("lala", "lalalala"); echo <<