Initial Kohana install
[speedfreak] / Server / system / config / profiler.php
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3  * @package  Profiler
4  *
5  * Array of section names to display in the Profiler, TRUE to display all of them.
6  * Built in sections are benchmarks, database, session, post and cookies, custom sections can be used too.
7  */
8 $config['show'] = TRUE;