This commit is contained in:
2019-06-30 18:43:03 +02:00
parent 20676cd12e
commit 1a3df81854

View File

@@ -41,7 +41,7 @@ function maskWord($word) {
function getAllWords() { function getAllWords() {
$str = file_get_contents("words-array.php"); $str = file_get_contents("words-array.php");
return array($str); return explode(", ", $str);
} }