Index: trunk/phase3/thumb.php |
— | — | @@ -73,6 +73,7 @@ |
74 | 74 | } else { |
75 | 75 | $badtitle = wfMsg( 'badtitle' ); |
76 | 76 | $badtitletext = wfMsg( 'badtitletext' ); |
| 77 | + header( 'Cache-Control: no-cache' ); |
77 | 78 | echo "<html><head> |
78 | 79 | <title>$badtitle</title> |
79 | 80 | <body> |