about summary refs log tree commit diff stats
path: root/stats.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-26 06:59:24 +0000
committerahriman <ahriman@falte.red>2018-12-26 06:59:24 +0000
commit049de2193f6226ada2a6f4c680a5d43375e03c98 (patch)
treeec1c7dbbd6e62691cc0b39f95a3fe68ad9160d2a /stats.php
parent9043ddb82c00207851e53aff7fe9c06804bd2985 (diff)
downloadsite-049de2193f6226ada2a6f4c680a5d43375e03c98.tar.gz
added logins per week
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/stats.php b/stats.php
index 4ca6a56..985e069 100644
--- a/stats.php
+++ b/stats.php
@@ -19,10 +19,11 @@
 	</div>
 	<div id="content">
         <br />
+        <p><?php include("table.weekconns"); ?> logins this week</p>
         <p>Connected Users (5min):</p>
-            <?php include("table.connusers") ?>
+            <?php include("table.connusers"); ?>
         <p>Registered Users (1hr):</p>
-            <?php include("table.regusers") ?>
+            <?php include("table.regusers"); ?>
 	</div>
 </div>
 </body>