diff options
author | ahriman <ahriman@falte.red> | 2019-01-01 18:06:42 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-01 18:06:42 +0000 |
commit | bcb215c3a7e914d05f166846a33860e48bba64fb (patch) | |
tree | a1e81c2c369c98e736c1645b422e41de06b36d9d /stats.php | |
parent | e4fe58a24976bf1d649def1f421a0366b57cb6d1 (diff) | |
download | site-bcb215c3a7e914d05f166846a33860e48bba64fb.tar.gz |
fixed nav links
Diffstat (limited to 'stats.php')
-rw-r--r-- | stats.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stats.php b/stats.php index 985e069..46b04ea 100644 --- a/stats.php +++ b/stats.php @@ -15,11 +15,11 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/start">BCHS Guide</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> + <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/start">BCHS Guide</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> </div> <div id="content"> <br /> - <p><?php include("table.weekconns"); ?> logins this week</p> + <p><?php include("table.weekconns"); ?> unique users logged in this week (resets Saturdays 00:00 UTC)</p> <p>Connected Users (5min):</p> <?php include("table.connusers"); ?> <p>Registered Users (1hr):</p> |