lastupdated

This commit is contained in:
Ben Harris 2017-12-28 10:57:11 -05:00
parent 19838fa74d
commit d74826796a
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
pubkey.txt
tilde.24h.*

View File

@ -78,6 +78,8 @@
<hr>
<h1>users:</h1>
<strong><a href="/tilde.24h.html">last updated users</a></strong>
<br><br>
<?php foreach (array_diff(scandir("/home"), ['..', '.']) as $user) {
if (!is_dir("/home/$user/public_html")) continue;
?>