This commit is contained in:
2019-06-30 18:33:56 +02:00
parent d123184d1d
commit 6f946cae61

View File

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