1
0
Fork 0
mirror of https://github.com/Oreolek/debug-toolbar.git synced 2024-04-24 05:11:17 +03:00

Merge pull request #9 from smgladkovskiy/3.1

image path out of config
This commit is contained in:
Brotkin Ivan 2011-05-24 23:25:43 -07:00
commit 4542cfa117

View file

@ -1,29 +1,23 @@
<?php defined('SYSPATH') or die('No direct script access.');
/*
/*
* If true, the debug toolbar will be automagically displayed
* NOTE: if IN_PRODUCTION is set to TRUE, the toolbar will
* not automatically render, even if auto_render is TRUE
*/
$config['auto_render'] = FALSE;
/*
/*
* If true, the toolbar will default to the minimized position
*/
$config['minimized'] = FALSE;
/*
* Location of icon images
* relative to your site_domain
*/
$config['icon_path'] = 'images';
/*
* Log toolbar data to FirePHP
*/
$config['firephp_enabled'] = TRUE;
/*
/*
* Enable or disable specific panels
*/
$config['panels'] = array(
@ -45,7 +39,7 @@ $config['align'] = 'right';
/*
* Secret Key
*/
*/
$config['secret_key'] = FALSE;
return $config;