mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-05-31 03:09:25 +02:00
7 lines
136 B
PHP
7 lines
136 B
PHP
<?php
|
|
|
|
include 'bootstrap.php';
|
|
$debugbar['messages']->addMessage('hello from ajax');
|
|
$debugbar->sendDataInHeaders();
|
|
?>
|
|
hello from AJAX
|