imagecms/ImageCMS

View on GitHub
application/config/profiler.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| Profiler Sections
| -------------------------------------------------------------------------
| This file lets you determine whether or not various sections of Profiler
| data are displayed when the Profiler is enabled.
| Please see the user guide for info:
|
|    http://codeigniter.com/user_guide/general/profiling.html
|
*/
$config['config']          = FALSE;
$config['queries']         = TRUE;

/* End of file profiler.php */
/* Location: ./application/config/profiler.php */