Derek Jones | 4b9c629 | 2011-07-01 17:40:48 -0500 | [diff] [blame^] | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
Derek Jones | ee71c80 | 2010-03-10 10:05:05 -0600 | [diff] [blame] | 2 | /* |
| 3 | | ------------------------------------------------------------------------- |
| 4 | | Profiler Sections |
| 5 | | ------------------------------------------------------------------------- |
| 6 | | This file lets you determine whether or not various sections of Profiler |
| 7 | | data are displayed when the Profiler is enabled. |
| 8 | | Please see the user guide for info: |
| 9 | | |
| 10 | | http://codeigniter.com/user_guide/general/profiling.html |
| 11 | | |
| 12 | */ |
| 13 | |
| 14 | |
| 15 | |
| 16 | /* End of file profiler.php */ |
Derek Jones | f0b3994 | 2010-03-25 10:08:20 -0500 | [diff] [blame] | 17 | /* Location: ./application/config/profiler.php */ |