File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7272 <!-- Edit User -->
7373 < ?php if (($_SESSION['userContext'] === 'admin') && (isset($_SESSION['look']) && ($user == 'admin'))) {?>
7474 <!-- Hide 'edit user' entry point from other administrators for default 'admin' account-->
75- < div class ="l-menu__item <?php if($TAB == 'LOG') echo 'l-menu__item--active' ?> "> < a href ="/list/log/ " title ="<?_('Logs');?> " class ="l-profile__username "> < i class ="fas fa-history "> </ i > </ a > </ div >
75+ < div class ="l-menu__item <?php if($TAB == 'LOG') echo 'l-menu__item--active' ?> "> < a href ="/list/log/ " title ="<?= _('Logs');?> " class ="l-profile__username "> < i class ="fas fa-history "> </ i > </ a > </ div >
7676 < ?php } else { ?>
7777 < ?php if ($panel[$user]['SUSPENDED'] === 'no') {?>
7878 < div class ="l-menu__item "> < a href ="/edit/user/?user=<?=$user; ?>&token=<?=$_SESSION['token']?> " title ="<?=htmlspecialchars($user)?> (<?=htmlspecialchars($panel[$user]['NAME'])?>) " class ="l-profile__username "> < i class ="fas fa-user-circle "> </ i > </ a > </ div >
You can’t perform that action at this time.
0 commit comments