Skip to content

Commit 3928602

Browse files
committed
Display Servername for admin backend.
1 parent 1ec6fd8 commit 3928602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/templates/admin/panel.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</div>
2525
<!-- /.l-menu -->
2626
<div class="l-profile noselect">
27+
<a class="l-profile__server"><? echo gethostname(); ?></a>
2728
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
2829
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
2930
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>

0 commit comments

Comments
 (0)