Update
This commit is contained in:
@@ -41,6 +41,7 @@ function maskWord($word) {
|
||||
|
||||
function getAllWords() {
|
||||
$str = file_get_contents("words-array.php");
|
||||
$str = str_replace('"', '', $str);
|
||||
return explode(", ", $str);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user