mirror of https://github.com/itflow-org/itflow
Remove login id beside the name, this was for debugging only
This commit is contained in:
parent
807bbef3e2
commit
3b45f8e255
|
|
@ -302,7 +302,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||
<div class="media">
|
||||
<i class="fa fa-fw fa-2x fa-key mr-3"></i>
|
||||
<div class="media-body">
|
||||
<div><?php echo $login_name; ?> -- <?php echo $login_id ?></div>
|
||||
<div><?php echo $login_name; ?></div>
|
||||
<div><small class="text-secondary"><?php echo $login_description; ?></small></div>
|
||||
<?php
|
||||
if (!empty($login_tags_display)) { ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue