Informatik II (INF1120)-Info2-
This commit is contained in:
@@ -42,7 +42,8 @@ function maskWord($word) {
|
||||
function getAllWords() {
|
||||
$str = file_get_contents("words-array.php");
|
||||
echo "lalala " . $str;
|
||||
|
||||
$parsed = json_decode($str, true);
|
||||
echo "lala2: " . $parsed;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user