mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-27 03:30:34 +02:00
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
|
|
include __DIR__ . '/bootstrap.php';
|
|
|
|
$fc = $debugbar->createServerHandlerFrontController();
|
|
$fc->handle();
|