From 1919f5475e9df3136e5086f5084736da36ef975a Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 25 Jul 2009 14:41:25 +0200 Subject: [PATCH] set Cache-control to no-cache for items.php --- items.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/items.php b/items.php index bcf5f1f..3efed08 100644 --- a/items.php +++ b/items.php @@ -8,6 +8,8 @@ require_once ("./inc/db/mysql.php"); function main ($features) { + header("Cache-control: no-cache"); + echo ' -- 2.39.2