1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00
php-debugbar/demo/open.php

7 lines
120 B
PHP
Raw Normal View History

2013-08-14 11:23:25 +10:00
<?php
include __DIR__ . '/bootstrap.php';
$openHandler = new DebugBar\OpenHandler($debugbar);
2014-01-16 21:41:41 +00:00
$openHandler->handle();