summaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/edit.php b/www/edit.php
index 7bcd604..890d042 100644
--- a/www/edit.php
+++ b/www/edit.php
@@ -54,6 +54,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);