diff --git a/includes/sidebar.md b/includes/sidebar.md index 0bc1ec3..4b2eee7 100644 --- a/includes/sidebar.md +++ b/includes/sidebar.md @@ -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 ------------ diff --git a/includes/users.php b/includes/users.php index afe9d12..735bb13 100644 --- a/includes/users.php +++ b/includes/users.php @@ -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"
  • ~$user
  • "; + print"
  • ~$user
  • "; endforeach; print " ";