0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.7-1
/
standard
/
htdocs
/
system
/
config
/
[
Home
]
File: view.php
<?php defined('SYSPATH') OR die('No direct access allowed.'); /** * View Config * * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license */ /** * Allowed non-php view types. Most file extensions are supported. * Do not forget to add a valid MIME type in mimes.php */ $config['allowed_filetypes'] = array ( 'gif', 'jpg', 'jpeg', 'png', 'tif', 'tiff', 'swf', 'htm', 'html', 'css', 'js' );