about summary refs log tree commit diff stats
path: root/stats.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-10 02:28:01 -0500
committerahriman <ahriman@falte.red>2018-12-10 02:28:01 -0500
commitd4a35e2f2e44597614411153dc3d276dbbd91529 (patch)
tree5c411997e5f4ee6c1c1449ce79c83a1bc0b11af9 /stats.php
parent241772b6fccd5467a589e991a8c0cea477331160 (diff)
downloadsite-d4a35e2f2e44597614411153dc3d276dbbd91529.tar.gz
fixed nav links for stats page
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/stats.php b/stats.php
index 4ff5654..a3f140f 100644
--- a/stats.php
+++ b/stats.php
@@ -15,11 +15,12 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
-        <!-- <p>Connected Users (5min):</p>
-            <?php include("table.connusers") ?> -->
+        <br />
+        <p>Connected Users (5min):</p>
+            <?php include("table.connusers") ?>
         <p>Registered Users (1hr):</p>
             <?php include("table.regusers") ?>
 	</div>