Update
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user