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