Merge branch 'maint/7.0'
[ninja.git] / system / config / profiler.php
blob98ab5a49a3a5adb24646d0f138ccd6d7fef519c9
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'] = TRUE;