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