| author | cavaliet |
| Wed, 05 Feb 2014 16:53:16 +0100 | |
| changeset 248 | cdfa6479982b |
| parent 247 | be916122e21e |
| child 249 | 3d8937fa93a8 |
--- 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));