This commit is contained in:
2019-06-30 13:48:06 +02:00
parent c406487db7
commit 72cc5deff8

View File

@@ -40,7 +40,7 @@ function maskWord($word) {
} }
function getAllWords() { function getAllWords() {
return include("words-array.php"); return array(include("words-array.php"));
} }