mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@24 c3eb156b-1dc0-44e1-88ae-e38439141b53
17 lines
564 B
PHP
17 lines
564 B
PHP
<?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
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* End of file profiler.php */
|
|
/* Location: ./application/config/profiler.php */ |