Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
aa
/
application
/
config
✏️
Editing: profiler.php
<?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: | | https://codeigniter.com/user_guide/general/profiling.html | */ $config['benchmarks'] = TRUE; $config['config'] = TRUE; $config['controller_info'] = TRUE; $config['get'] = TRUE; $config['http_headers'] = TRUE; $config['memory_usage'] = TRUE; $config['post'] = TRUE; $config['queries'] = TRUE; $config['uri_string'] = TRUE; $config['query_toggle_count'] = TRUE;
💾 Save Changes
❌ Cancel