blob: 56cd14641420de389574427dd2c0e89242182dfe (
plain)
1
2
3
4
5
6
7
8
|
<?php defined('SYSPATH') or die('No direct script access.');
/**
* @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;
|