mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
|
|
include __DIR__ . '/bootstrap.php';
|
|
|
|
$openHandler = new DebugBar\OpenHandler($debugbar);
|
|
$openHandler->handle(); |