mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +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)
|
||||
{
|
||||
$user = basename($user);
|
||||
echo '<a href="/~'.$user.'/">~'.$user.'</a>';
|
||||
echo '<a href="/~'.$user.'/">'.$user.'</a>';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user