mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
3 lines
146 B
PHP
3 lines
146 B
PHP
|
<?php foreach ($units as $row): ?>
|
||
|
<?=$row['unitcount']; ?> <?=$row['name']; ?> <?=$row['username']; ?> <?=$row['userid']; ?>
|
||
|
<?php endforeach; ?>
|