show count of webring members

This commit is contained in:
Ben Harris 2021-01-13 15:30:54 -05:00
parent a5478817ca
commit 68c52786ca
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ else {
<h3 id="explore">explore webring</h3>
<p><a href="?action=random">jump to random page</a></p>
<p>all members:</p>
<p><?=count($users)?> members in the webring:</p>
<ul>
<?php foreach ($users as $user):
if (filesize("/home/$user/.ring") > 0) {

View File

@ -12,7 +12,7 @@ include __DIR__.'/../header.php';
</h1>
<h3>so you wanna join the tilde.team?</h3>
<p>hi there. fill out this form and i'll get back to you with your account info.</p>
<p>hi there. fill out this form and we'll get back to you with your account info.</p>
<hr>