1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00
php-debugbar/demo/open.php
Graham Campbell 0071105c25 CS fixes
2014-01-16 21:41:41 +00:00

7 lines
120 B
PHP

<?php
include __DIR__ . '/bootstrap.php';
$openHandler = new DebugBar\OpenHandler($debugbar);
$openHandler->handle();