1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-05-04 13:57:55 +02:00
php-debugbar/demo/ajax.php

7 lines
140 B
PHP

<?php
include 'bootstrap.php';
$debugbar['messages']->addMessage('hello from ajax');
$debugbar->sendDataInHeaders(true);
?>
hello from AJAX