You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b><ahref="/edit/user/?user=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Editing User');?>"><?=$key?><spanstyle="font-weight: normal !important;">(<?=$data[$key]['NAME'];?>)</span></b></a>
111
+
<b><ahref="/edit/user/?user=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Editing User');?>"><?=$key?><spanstyle="font-weight: normal !important;">(<?=$data[$key]['NAME'];?>)</span></a></b>
112
112
<?php } else { ?>
113
-
<b><ahref="/login/?loginas=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('login as');?> <?=$key?>"><?=$key?><spanstyle="font-weight: normal !important;">(<?=$data[$key]['NAME'];?>)</span></b></a>
113
+
<b><ahref="/login/?loginas=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('login as');?> <?=$key?>"><?=$key?><spanstyle="font-weight: normal !important;">(<?=$data[$key]['NAME'];?>)</span></a></b>
0 commit comments