예제 #1
0
 protected function sendHeader($header)
 {
     Piwik_Common::sendHeader($header);
 }
예제 #2
0
파일: Cookie.php 프로젝트: nnnnathann/piwik
 /**
  * We set the privacy policy header
  */
 protected function setP3PHeader()
 {
     Piwik_Common::sendHeader("P3P: CP='OTI DSP COR NID STP UNI OTPa OUR'");
 }