quotes
[lhc/web/wiklou.git] / includes / RawPage.php
index 41d599f..f7791f4 100644 (file)
@@ -10,6 +10,7 @@
  * @package MediaWiki
  */
 
+/** */
 require_once( 'Revision.php' );
 
 /**
@@ -75,8 +76,6 @@ class RawPage {
                header( "Content-type: ".$this->mContentType.'; charset='.$this->mCharset );
                # allow the client to cache this for 24 hours
                header( 'Cache-Control: s-maxage='.$this->mSmaxage.', max-age='.$this->mMaxage );
-               # Make sure each logged-in user gets his/her own stylesheet
-               header( 'Vary: Cookie' );
                if($this->mGen) {
                        $sk = $wgUser->getSkin();
                        $sk->initPage($wgOut);