Avail feature updated
[ninja.git] / application / config / profiler.php
bloba9c4def8d533cac529d5f48bba19fb8dbbb13b4c
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3 * @package Profiler
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'] = false;