From 42476174bad8f4855654ed404786825a1978e196 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 8 Nov 2006 06:33:54 +0000 Subject: [PATCH] Don't cache error pages. --- thumb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/thumb.php b/thumb.php index a056dccdac..9f7ed88627 100644 --- a/thumb.php +++ b/thumb.php @@ -73,6 +73,7 @@ if ( $thumb && $thumb->path ) { } else { $badtitle = wfMsg( 'badtitle' ); $badtitletext = wfMsg( 'badtitletext' ); + header( 'Cache-Control: no-cache' ); echo " $badtitle -- 2.20.1