diff options
-rwxr-xr-x | stats.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stats.php b/stats.php index 2229127..468a401 100755 --- a/stats.php +++ b/stats.php @@ -10,13 +10,17 @@ <body> <div id="container"> <?php include("header.html"); ?> - <div id="content" style="text-align: center;"> + <div id="content"> <br /> <!--<p><code><?php include("table.weekconns"); ?></code> unique users logged in this week (resets Saturdays <code>00:00 UTC</code>)</p>--> + <div style="max-width: 25%; margin: 0 auto;"> <p>Connected Users (<code>5min</code>):</p> <?php include("table.connusers"); ?> + </div> + <div style="max-width: 25%; margin: 0 auto;"> <p>Registered Users (<code>1hr</code>):</p> <?php include("table.regusers"); ?> + </div> </div> </div> </body> |