mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
Update index.php
remove extra ~
This commit is contained in:
committed by
GitHub
parent
22551d20e0
commit
4efa5ba4ab
@@ -14,7 +14,7 @@ include __DIR__.'/../header.php';
|
|||||||
foreach (glob("/home/*") as $user)
|
foreach (glob("/home/*") as $user)
|
||||||
{
|
{
|
||||||
$user = basename($user);
|
$user = basename($user);
|
||||||
echo '<a href="/~'.$user.'/">~'.$user.'</a>';
|
echo '<a href="/~'.$user.'/">'.$user.'</a>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user