This commit is contained in:
Yagami
2023-04-07 13:49:17 +08:00
parent 514dc27d5f
commit d5ad76d4dc
@@ -40,6 +40,7 @@
<?php $i = 1;?>
<?php $whitelistUsers = array();?>
<?php foreach($whitelist as $user):?>
<?php unset($users[$user->account]);?>
<tr id="whitelist<?php echo $i;?>" data-id="<?php echo $i;?>">
<td>
<input type='text' name='realnames[]' value='<?php echo $user->realname;?>' readonly class='form-control' />