AAAAindex.html 0000666 00000000037 15137561157 0006560 0 ustar 00
raw.php 0000666 00000002137 15137561157 0006070 0 ustar 00 _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();
}
}
.htaccess 0000666 00000000177 15137561157 0006366 0 ustar 00
Order allow,deny
Deny from all