From a58285fd06c8113c45377c655dd43cef6337e815 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Jan 2007 19:06:07 +0000 Subject: Aktualisierung auf MediaWiki 1.9.0 --- thumb.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'thumb.php') diff --git a/thumb.php b/thumb.php index a056dccd..c325d07a 100644 --- a/thumb.php +++ b/thumb.php @@ -73,12 +73,15 @@ if ( $thumb && $thumb->path ) { } else { $badtitle = wfMsg( 'badtitle' ); $badtitletext = wfMsg( 'badtitletext' ); + header( 'Cache-Control: no-cache' ); + header( 'Content-Type: text/html' ); echo " $badtitle

$badtitle

$badtitletext

-"; + +"; } wfProfileOut( 'thumb.php-render' ); -- cgit v1.2.2