9 lines
309 B
PHP
9 lines
309 B
PHP
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
|
/**
|
|
* @package Profiler
|
|
*
|
|
* 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.
|
|
*/
|
|
$config['show'] = TRUE;
|