Index: trunk/extensions/CentralNotice/NoticePage.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | private function sendHeaders() { |
28 | 28 | $smaxage = $this->sharedMaxAge(); |
29 | 29 | $maxage = $this->maxAge(); |
30 | | - $epoch = wfTimestamp( TS_RFC2822, efCentralNoticeEpoch() ); |
| 30 | + //$epoch = wfTimestamp( TS_RFC2822, efCentralNoticeEpoch() ); |
31 | 31 | |
32 | 32 | // Paranoia |
33 | 33 | $public = ( session_id() == '' ); |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | } else { |
39 | 39 | header( "Cache-Control: private, s-maxage=0, max-age=$maxage" ); |
40 | 40 | } |
41 | | - header( "Last-modified: $epoch" ); |
| 41 | + //header( "Last-modified: $epoch" ); |
42 | 42 | } |
43 | 43 | |
44 | 44 | function getJsOutput( $par ) { |