diff options
Diffstat (limited to 'kohana/config/profiler.php')
| -rw-r--r-- | kohana/config/profiler.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kohana/config/profiler.php b/kohana/config/profiler.php new file mode 100644 index 00000000..56cd1464 --- /dev/null +++ b/kohana/config/profiler.php @@ -0,0 +1,8 @@ +<?php defined('SYSPATH') or die('No direct script access.'); +/** + * @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; |
