Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
8
lib/kohana/system/config/profiler.php
Normal file
8
lib/kohana/system/config/profiler.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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;
|
||||
Reference in New Issue
Block a user