diff options
| author | spider <spider@bitweaver.org> | 2015-05-05 12:30:16 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2015-05-05 12:30:16 -0400 |
| commit | ea925c4e992f816a5e54afea4cd0c87bb4ca9554 (patch) | |
| tree | 51a77093c92d0327898d4fac0741282f6096c5eb /users.php | |
| parent | 2b92304a26b3597acd7028ae7bfe9a82687ec4c2 (diff) | |
| download | stats-ea925c4e992f816a5e54afea4cd0c87bb4ca9554.tar.gz stats-ea925c4e992f816a5e54afea4cd0c87bb4ca9554.tar.bz2 stats-ea925c4e992f816a5e54afea4cd0c87bb4ca9554.zip | |
cleanup referrer stats
Diffstat (limited to 'users.php')
| -rw-r--r-- | users.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ $stats = new Statistics(); $gBitSystem->verifyPackage( 'stats' ); $gBitSystem->verifyPermission( 'p_stats_view' ); +$periodHash = array( 'day' => 'Daily', 'week' => 'Weekly', 'month' => 'Monthly', 'quarter' => 'Quarterly', 'year' => 'Yearly' ); +$gBitSmarty->assign( 'periodHash', $periodHash ); if( !isset( $_REQUEST["period"] )) { $_REQUEST["period"] = 'month'; |
