Subversion Repositories ALCASAR

Rev

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

Rev 1808 Rev 3269
Line 3... Line 3...
3
use File::Temp qw(tempfile tempdir);
3
use File::Temp qw(tempfile tempdir);
4
 
4
 
5
# Log in the totacct table aggregated daily accounting information for
5
# Log in the totacct table aggregated daily accounting information for
6
# each user.
6
# each user.
7
# We keep a row per user for each day.
7
# We keep a row per user for each day.
8
# Works with mysql and postgresql
8
# Works with mysql, mariadb and postgresql
9
#
9
#
10
 
10
 
11
$conf=shift||'/etc/freeradius-web/admin.conf';
11
$conf=shift||'/etc/freeradius-web/admin.conf';
12
 
12
 
13
 
13