This commit is contained in:
2019-06-30 18:38:47 +02:00
parent 189745025f
commit f45886ff39

View File

@@ -42,7 +42,7 @@ function maskWord($word) {
function getAllWords() { function getAllWords() {
$str = file_get_contents("words-array.php"); $str = file_get_contents("words-array.php");
echo "lalala " . $str; echo "lalala " . $str;
$parsed = json_decode($str, false); $parsed = array($str);
echo "lala2: " . $parsed; echo "lala2: " . $parsed;
} }