lul
This commit is contained in:
@@ -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, true);
|
$parsed = json_decode($str, false);
|
||||||
echo "lala2: " . $parsed;
|
echo "lala2: " . $parsed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user