This commit is contained in:
2019-06-30 18:36:04 +02:00
parent b0a39e0d4d
commit ab917069b0

View File

@@ -40,7 +40,9 @@ function maskWord($word) {
} }
function getAllWords() { function getAllWords() {
return json_decode(file_get_contents("words-array.php"), true); $str = file_get_contents("words-array.php");
echo "lalala " . $str;
} }