AAAAhome/academiac/www/plugins/system/p3p/p3p.php000064400000001347151375327510015147 0ustar00params->get('header', 'NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM'); $header = trim($header); // Bail out on empty header (why would anyone do that?!) if( empty($header) ) { return; } // Replace any existing P3P headers in the response JResponse::setHeader('P3P', 'CP="'.$header.'"', true); } }