File "profiler.php"
Full path: /home/aconstruction/public_html/app/application/config/profiler.php
File
size: 667 B (667 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
defined('BASEPATH') OR 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
|
*/
$config['get'] = FALSE;
$config['uri_string'] = FALSE;
$config['post'] = FALSE;
$config['memory_usage'] = FALSE;
$config['controller_info'] = FALSE;