mirror of https://github.com/ThunixdotNet/www.git
Some more htaccess, and more users.php tweaks
This commit is contained in:
parent
df5bbc847b
commit
d702d39a41
|
@ -1,26 +1,25 @@
|
||||||
- Main Menu
|
- Main Menu
|
||||||
---------
|
---------
|
||||||
|
|
||||||
- [Home](main)
|
- [Home](/main)
|
||||||
- [FAQ](faq)
|
- [FAQ](/faq)
|
||||||
- [Terms of Service](tos)
|
- [Terms of Service](/tos)
|
||||||
- [GDPR Statement and Privacy Policy](gdpr)
|
- [GDPR Statement and Privacy Policy](/gdpr)
|
||||||
- [Contact Us](contact.php)
|
- [Contact Us](contact.php)
|
||||||
- [Sign Up](signup.php)
|
- [Sign Up](signup.php)
|
||||||
- [Report Abuse](abuse.php)
|
- [Report Abuse](abuse.php)
|
||||||
- [thunix Mirror Services](https://ftp.thunix.net/)
|
- [thunix Mirror Services](https://ftp.thunix.net/)
|
||||||
- [Web Server Stats](https://stats.thunix.net/)
|
- [Web Server Stats](https://stats.thunix.net/)
|
||||||
- [Donations](donate)
|
- [Donations](/donate)
|
||||||
- Main Resources On This Site
|
- Main Resources On This Site
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
- [Wiki](https://wiki.thunix.net/)
|
- [Wiki](https://wiki.thunix.net/)
|
||||||
- [Status of thunix Servers and Services](/includes/server.php)
|
- [Status of thunix Servers and Services](/includes/server.php)
|
||||||
- [Service News](news)
|
- [Service News](/news)
|
||||||
- [User Web Directories](/includes/users.php)
|
- [User Web Directories](/includes/users.php)
|
||||||
- [User Gopher
|
- [User Gopher Directories](https://gopher.tildeverse.org/thunix.net)
|
||||||
Directories](https://gopher.tildeverse.org/thunix.net)
|
- [Web Mail](/webmail/)
|
||||||
- [Web Mail](https://www.thunix.net/webmail/)
|
|
||||||
- [ZNC Service](https://thunix.net:1326/)
|
- [ZNC Service](https://thunix.net:1326/)
|
||||||
- Server Staff
|
- Server Staff
|
||||||
------------
|
------------
|
||||||
|
|
|
@ -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")))
|
if (!is_dir($user . "/public_html") || (!file_exists($user . "/public_html/index.html") && !file_exists($user . "/public_html/index.php")))
|
||||||
continue;
|
continue;
|
||||||
$user = basename($user);
|
$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;
|
endforeach;
|
||||||
print "</ul></div>
|
print "</ul></div>
|
||||||
<!-- End Autgen userdir list -->";
|
<!-- End Autgen userdir list -->";
|
||||||
|
|
Loading…
Reference in New Issue