AAAAindex.html000066600000000037151375611570006560 0ustar00 raw.php000066600000002137151375611570006070 0ustar00_mime = 'text/html'; // Set document type $this->_type = 'raw'; } /** * Render the document. * * @param boolean $cache If true, cache the output * @param array $params Associative array of attributes * * @return The rendered data * * @since 11.1 */ public function render($cache = false, $params = array()) { parent::render(); return $this->getBuffer(); } } .htaccess000066600000000177151375611570006366 0ustar00 Order allow,deny Deny from all