add console link

This commit is contained in:
olevole
2023-10-21 00:23:54 +03:00
parent eca31ac741
commit 33b54982b4

View File

@@ -158,6 +158,7 @@ echo $menu->html;
<li><a href="/settings/"><?php echo $locale->translate('Settings'); ?></a></li>
<?php // } ?>
<li><a href="/users/"><?php echo $locale->translate('Users'); ?></a></li>
<li><a target="_blank" href="/shell/">&gt;&gt;<?php echo $locale->translate('Console'); ?></a></li>
<!--
<li><a href="/profile/"><?php echo $locale->translate('Profile'); ?></a></li>
<li><a href="/support/"><?php echo $locale->translate('Support'); ?></a></li>