Subversion Repositories ALCASAR

Rev

Rev 1808 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1808 Rev 3269
Line 4... Line 4...
4
 
4
 
5
# Log in the mtotacct table aggregated accounting information for
5
# Log in the mtotacct table aggregated accounting information for
6
# each user spaning in one month period.
6
# each user spaning in one month period.
7
# If the current month has not ended it will log information up to
7
# If the current month has not ended it will log information up to
8
# the current month day
8
# the current month day
9
# Works only with mysql and postgresql
9
# Works only with mysql, mariadb and postgresql
10
#
10
#
11
 
11
 
12
$conf=shift||'/etc/freeradius-web/admin.conf';
12
$conf=shift||'/etc/freeradius-web/admin.conf';
13
 
13
 
14
 
14