Files
2026-04-30 14:38:11 +02:00

7 lines
224 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
if (Debug_Toolbar::is_enabled())
{
// Allows the debug toolbar to inject itsself into the html
Event::add('system.display', array('Debug_Toolbar', 'render'));
}