From ba923b884a2678b5100e6defd07c9b7adb48bf30 Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Tue, 24 Jul 2018 13:12:41 +0000
Subject: Don't know if it matters, but tried to stop chacheing.

---
 www/reorder.php | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'www/reorder.php')

diff --git a/www/reorder.php b/www/reorder.php
index 375ee62..535e0b6 100644
--- a/www/reorder.php
+++ b/www/reorder.php
@@ -69,6 +69,9 @@ catch(PDOException $e)
     $result["error"] = "DB error:" . $e->getMessage();
 }
 
+header("Cache-Control: no-cache, no-store, must-revalidate");
+header("Pragma: no-cache");
+header("Expires: 0"); 
 header("Content-type:application/json");
 echo json_encode($result);
 
-- 
cgit v1.2.3