about summary refs log tree commit diff stats
path: root/stats.php
diff options
context:
space:
mode:
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>