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