0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.7-1
/
standard
/
htdocs
/
system
/
config
/
[
Home
]
File: profiler.php
<?php defined('SYSPATH') OR die('No direct access allowed.'); /** * Array of section names to display in the Profiler, TRUE to display all of them. * Built in sections are benchmarks, database, session, post and cookies, custom sections can be used too. * * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license */ $config['show'] = TRUE; $config['time_decimals'] = 3; $config['memory_decimals'] = 2;