mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(legacy) keep "Effective Privileges" hidden for new user
This commit is contained in:
parent
8389079e27
commit
48d1dff52e
@ -733,7 +733,7 @@ $( document ).ready(function() {
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
if (isset($pconfig['uid'])) :?>
|
||||
if ($pconfig['uid'] != "") :?>
|
||||
<tr>
|
||||
<td colspan="2"><i class="fa fa-info-circle text-muted"></i> <?=gettext("Effective Privileges");?></td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user