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 <<