mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01: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
|
|
});
|