blob: c4ce096dd6c8c6f17746afb3e420b35b135a1fe2 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001query = "\
2 SELECT TIME_TO_SEC(TIMEDIFF(NOW(), acctstarttime)) \
3 FROM radacct \
4 WHERE UserName='%{${key}}' \
5 ORDER BY acctstarttime \
6 LIMIT 1;"