fixes to scan
[koha_fer] / C4 / Output.pm
index f59648e..a9bb3f6 100644 (file)
@@ -328,6 +328,8 @@ sub output_html_with_http_headers ($$$) {
         -type    => 'text/html',
         -charset => 'UTF-8',
         -cookie  => $cookie,
+               -Pragma => 'no-cache',
+               -'Cache-Control' => 'no-cache',
     ), $html;
 }