mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-10 16:15:43 +02:00
14 lines
254 B
PHP
14 lines
254 B
PHP
<?php
|
|
|
|
include '../bootstrap.php';
|
|
|
|
$debugbarRenderer->setBaseUrl('../../src/DebugBar/Resources');
|
|
|
|
$debugbar['messages']->addMessage('I\'m a IFRAME');
|
|
|
|
render_demo_page(function() {
|
|
?>
|
|
<iframe src="iframe2.php" style="display:none;"></iframe>
|
|
<?php
|
|
});
|