changes to full userlist

This commit is contained in:
deepend 2020-05-06 00:53:44 -06:00
parent bb0738cee3
commit 051ab77597
1 changed files with 7 additions and 6 deletions

View File

@ -12,14 +12,14 @@ include __DIR__.'/../header.php';
<div class="grid">
<div class="row">
<div class="col">
<p>here's a full list of users (including those who haven't updated their page from the default)</p>
<p>see <a href="http://tilde.club/tilde.24h.php">users who have updated their page in the last 24 hours</a></p>
<ul class="user-list>
<br>
<ul class="user-list">
<?php foreach (glob("/home/*") as $user) {
$user = basename($user); ?>
@ -29,6 +29,7 @@ include __DIR__.'/../header.php';
</ul>
</div>
</div>
</div>
<?php
include __DIR__.'/../footer.php';