Source for file dbg.conf.php
Documentation is available at dbg.conf.php
* @package linea21.externals
// Options array for Debug object
'render_type' => 'HTML', // Renderer type
'render_mode' => 'Div', // Renderer mode
'restrict_access' => false, // Restrict access of debug
'allow_url_access' => true, // Allow url access
'url_key' => 'key', // Url key
'url_pass' => 'nounou', // Url pass
'enable_watch' => false, // Enable watch of vars
'replace_errorhandler' => true, // Replace the php error handler
//'lang' => 'FR', // Lang
'HTML_DIV_view_source_script_name' => '',
'HTML_DIV_view_source_script_path' => '',
'HTML_TABLE_view_source_excluded_template' => array(''),
'HTML_DIV_remove_templates_pattern' => false,
// 'HTML_DIV_templates_pattern' => array(),
'HTML_DIV_disable_credits' => true,
'HTML_DIV_images_path' => '../lib/vendor/PHP_Debug/images',
'HTML_DIV_css_path' => '../lib/vendor/PHP_Debug/css',
'HTML_DIV_js_path' => '../lib/vendor/PHP_Debug/js',
|