Initial Kohana install
[speedfreak] / Server / system / config / profiler.php
diff --git a/Server/system/config/profiler.php b/Server/system/config/profiler.php
new file mode 100644 (file)
index 0000000..98ab5a4
--- /dev/null
@@ -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;