mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
14 lines
275 B
PHP
14 lines
275 B
PHP
<?php
|
|
|
|
include '../bootstrap.php';
|
|
|
|
$debugbarRenderer->setBaseUrl('../../src/DebugBar/Resources');
|
|
|
|
$debugbar['messages']->addMessage('Top Page(Main debugbar)');
|
|
|
|
render_demo_page(function() {
|
|
?>
|
|
<iframe src="iframe1.php" height="350" style="width:100%;"></iframe>
|
|
<?php
|
|
});
|