";
print "
";
foreach (glob("/home/*") as $user):
if (is_dir($user . "/public_html"))
if (file_exists($user . "/public_html/index.html") || file_exists($user . "/public_html/index.php"))
if (!file_exists($user . "/public_html/coming_soon"))
{
$user = basename($user);
print"- ~$user
";
}
endforeach;
print "
";
?>