mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
Update index.php
This commit is contained in:
committed by
GitHub
parent
0b3bd2a8f1
commit
84cb556779
@@ -15,7 +15,8 @@
|
|||||||
if (!empty($activeUsers)) {
|
if (!empty($activeUsers)) {
|
||||||
echo "<ul>";
|
echo "<ul>";
|
||||||
foreach ($activeUsers as $user) {
|
foreach ($activeUsers as $user) {
|
||||||
echo "<li>" . htmlspecialchars($user) . "</li>";
|
$username = htmlspecialchars($user);
|
||||||
|
echo "<li><a href='/~$username'>$username</a></li>";
|
||||||
}
|
}
|
||||||
echo "</ul>";
|
echo "</ul>";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user