]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
Add two new tables totacct and mtotacct containing per user aggregated statistics...
authorkkalev <kkalev>
Tue, 28 Jan 2003 15:59:16 +0000 (15:59 +0000)
committerkkalev <kkalev>
Tue, 28 Jan 2003 15:59:16 +0000 (15:59 +0000)
commita7f7b3120942c8154d46d39670e000c005dff281
tree88da29d5c18ce1de5c321301f1d6aed57f12d779
parentf8646de48340a5307d74d1a03fb1de05d557ee91
  Add two new tables totacct and mtotacct containing per user aggregated statistics for each day and month
  respectively. Also add two corresponding scripts in the bin folder, tot_stats and monthly_tot_stats. Lastly,
  create a new page, user_stats.php3 which will show the top users in connections or connections duration based
  on the data in the totacct table.
Changelog
bin/monthly_tot_stats [new file with mode: 0755]
bin/tot_stats [new file with mode: 0755]
htdocs/user_stats.php3 [new file with mode: 0644]
html/buttons/default/buttons.html.php3
sql/mtotacct.sql [new file with mode: 0644]
sql/totacct.sql [new file with mode: 0644]