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

@ -1,26 +1,25 @@
- Main Menu
---------
- [Home](main)
- [FAQ](faq)
- [Terms of Service](tos)
- [GDPR Statement and Privacy Policy](gdpr)
- [Home](/main)
- [FAQ](/faq)
- [Terms of Service](/tos)
- [GDPR Statement and Privacy Policy](/gdpr)
- [Contact Us](contact.php)
- [Sign Up](signup.php)
- [Report Abuse](abuse.php)
- [thunix Mirror Services](https://ftp.thunix.net/)
- [Web Server Stats](https://stats.thunix.net/)
- [Donations](donate)
- [Donations](/donate)
- Main Resources On This Site
---------------------------
- [Wiki](https://wiki.thunix.net/)
- [Status of thunix Servers and Services](/includes/server.php)
- [Service News](news)
- [Service News](/news)
- [User Web Directories](/includes/users.php)
- [User Gopher
Directories](https://gopher.tildeverse.org/thunix.net)
- [Web Mail](https://www.thunix.net/webmail/)
- [User Gopher Directories](https://gopher.tildeverse.org/thunix.net)
- [Web Mail](/webmail/)
- [ZNC Service](https://thunix.net:1326/)
- Server Staff
------------

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 -->";