1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-27 11:40:25 +02:00
Files

7 lines
114 B
PHP

<?php
include __DIR__ . '/bootstrap.php';
$fc = $debugbar->createServerHandlerFrontController();
$fc->handle();