ACC SHELL

Path : /srv/www/vhosts/stakk/libs/Nette/Security/Diagnostics/templates/
File Upload :
Current File : /srv/www/vhosts/stakk/libs/Nette/Security/Diagnostics/templates/UserPanel.panel.phtml

<?php

namespace Nette\Security\Diagnostics;

use Nette,
	Nette\Diagnostics\Helpers;

?>
<style>#nette-debug .nette-UserPanel pre{background:#FDF5CE;padding:.4em .7em;border:1px dotted silver;overflow:auto}</style>

<div class="nette-UserPanel">
	<h1><?php if ($this->user->isLoggedIn()): ?>Logged in<?php else: ?>Unlogged<?php endif ?></h1>

	<?php if ($this->user->getIdentity()): echo Helpers::clickableDump($this->user->getIdentity()); else: ?><p>no identity</p><?php endif ?>
</div>

ACC SHELL 2018