From 337249802b52d4847b974d70abac348d535ceeaf Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 17 Apr 2019 20:31:14 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 2cda6733..c51a04f7 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -278,6 +278,7 @@ class DbQ extends nb { // Write output if ($this->expires and !preg_match('/^(dump|insert|update|replace|rm|vi)$/',$this->params['action'])) $this->page->expires = $this->expires; $this->page->headers_no_cache(); + $this->page->headers(); // Conf for js or info $this->conf = [ -- 2.47.3