1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-28 20:55:09 +03:00
kangana/application/config/debug_toolbar.php

22 lines
392 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
/*
* Log toolbar data to FirePHP
*/
$config['firephp_enabled'] = FALSE;
$config['styles'] = FALSE;
/**
* Exclude configs
*/
$config['skip_configs'] = array('database', 'encrypt');
/**
* Disabled routes
*/
$config['excluded_routes'] = array(
'docs/media' // Userguide media route
);
return $config;