| changeset 248 | cdfa6479982b |
| parent 18 | 4423bfcd8f9f |
--- a/client/data/simple-persist.php Fri Jan 17 01:55:25 2014 +0100 +++ b/client/data/simple-persist.php Wed Feb 05 16:53:16 2014 +0100 @@ -1,6 +1,6 @@ <?php header('Content-Type: application/json; charset=utf-8'); - $file = "dynamic-data.json"; + $file = "example-cinema.json"; if (isset($_GET['reset']) && $_GET['reset']) { $resetfile = "test-data.json"; file_put_contents($file, file_get_contents($resetfile));