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