blob: 98ab5a49a3a5adb24646d0f138ccd6d7fef519c9 (
plain)
1
2
3
4
5
6
7
8
|
<?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;
|