Browse Source

Update member_toadmin.htm

tags/6.2.0
xushubieli 1 year ago
parent
commit
06242e5144
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/templets/member_toadmin.htm

+ 1
- 1
src/admin/templets/member_toadmin.htm View File

@@ -49,7 +49,7 @@
<?php
echo "".$row['userid']."";
if($row['face']!='') {
echo "<img src='{$row['face']}' width='80'>";
echo "<img src='{$row['face']}' style='max-width:80px;height:auto'>";
}
?>
</td>


Loading…
Cancel
Save