1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00
php-debugbar/demo/ajax.php
Graham Campbell 0071105c25 CS fixes
2014-01-16 21:41:41 +00:00

8 lines
141 B
PHP

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