improved export, now everything working!

This commit is contained in:
Tom Vogt 2019-09-07 10:05:52 +02:00
parent 629b6d7c7c
commit 9cd63b6fec
2 changed files with 38 additions and 24 deletions

View file

@ -76,6 +76,6 @@ for ($i=0; $i<$iterations; $i++) {
}
}
echo json_encode($cells);
echo json_encode($cells, JSON_PRETTY_PRINT);
?>