PluginProbe ʕ •ᴥ•ʔ
FAPI Member / 2.2.31
FAPI Member v2.2.31
2.2.33 2.2.32 trunk 1.9.47 2.1.18 2.2.24 2.2.25 2.2.26 2.2.28 2.2.29 2.2.30 2.2.31
fapi-member / libs / nette / http / src / Bridges / HttpTracy / templates / SessionPanel.tab.phtml
fapi-member / libs / nette / http / src / Bridges / HttpTracy / templates Last commit date
SessionPanel.panel.phtml 1 month ago SessionPanel.tab.phtml 1 month ago
SessionPanel.tab.phtml
12 lines
1 <?php
2 declare(strict_types=1);
3
4 namespace Nette\Bridges\HttpTracy;
5
6 use Tracy\Helpers;
7
8 ?>
9 <span title="Session #<?= Helpers::escapeHtml(session_id()) ?>">
10 <svg viewBox="0 0 2048 2048"><path fill="#52362c" d="m1691 1396-67 394h-133s2-446 0-586v-4c0-109 89-197 200-197 110 0 200 88 200 197s-89 197-200 197zm-1131-192c-2 141 0 586 0 586h-133l-67-394h-1c-110 0-199-88-199-197s89-197 200-197c110 0 200 88 200 197v4zm865 61v394h-399-403v-394c262-27 529-27 802 0zm0-66c-273-27-541-27-802 0-2-163-119-258-266-262-176-545 233-693 669-693 440 0 841 149 665 693-148 4-265 99-266 263z"/></svg>
11 </span>
12