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
<?php if (!($_SESSION['POLICY_SYSTEM_HIDE_ADMIN'] === 'yes' && $value['USER'] !== 'admin')){
148
+
if ($_SESSION['userContext'] === 'admin'){
149
+
?>
150
+
<ahref="/login/?loginas=<?=$value['USER']?>&token=<?=$_SESSION['token']?>" title="<?=_('login as');?> <?=$value['USER']?>"><iclass="fas fa-sign-in-alt status-icon green status-icon dim icon-large"></i></a>
0 commit comments