Update 'users.php'

This commit is contained in:
gtlsgamr 2022-06-27 06:03:14 -04:00
parent d5ae03540e
commit c9396b8bec
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
$online='true';
$on++;
}
$list .= ' <li online="' . $online . '">' . $subdir . "</li>\n";
$list .= ' <li online="' . $online . '">' . "<a href='https://".$subdir".vern.cc'>".$subdir."</a>" . "</li>\n";
$total++;
}
}