1
0
forked from Thunix/www

Some more htaccess, and more users.php tweaks

This commit is contained in:
Ubergeek
2019-07-07 01:54:32 +00:00
parent df5bbc847b
commit d702d39a41
2 changed files with 9 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ foreach (glob("/home/*") as $user):
if (!is_dir($user . "/public_html") || (!file_exists($user . "/public_html/index.html") && !file_exists($user . "/public_html/index.php")))
continue;
$user = basename($user);
print"<li><a href='https://thunix.net/~$user/'>~$user</a></li>";
print"<li><a href='$site_root/~$user/'>~$user</a></li>";
endforeach;
print "</ul></div>
<!-- End Autgen userdir list -->";