diff --git a/includes/users.php b/includes/users.php
index d980ae8..c58a0ae 100644
--- a/includes/users.php
+++ b/includes/users.php
@@ -4,6 +4,7 @@ print "
";
foreach (glob("/home/*") as $user):
if (is_dir($user . "/public_html"))
if (!file_exists($user . "/public_html/coming_soon"))
+ if (count(scandir($user."/public_html")) != 2)
{
$user = basename($user);
print"- ~$user
";