Update
This commit is contained in:
@@ -40,7 +40,7 @@ function maskWord($word) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getAllWords() {
|
function getAllWords() {
|
||||||
return file_get_contents("words-array.php");
|
return json_decode(file_get_contents("words-array.php"), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user