Files
centrumcopy.com.pl/system/config/profiler.php
2026-04-30 14:38:11 +02:00

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;