summaryrefslogtreecommitdiff
path: root/kohana/config/profiler.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/config/profiler.php')
-rw-r--r--kohana/config/profiler.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/kohana/config/profiler.php b/kohana/config/profiler.php
deleted file mode 100644
index 98ab5a49..00000000
--- a/kohana/config/profiler.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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;