blob: f4e95a58881dcad20a50d6d7563c10414830b527 [file] [log] [blame]
query = "\
SELECT GREATEST(strftime('%%s', NOW()) - strftime('%%s', acctstarttime), 0) AS expires \
FROM radacct \
WHERE username = '%{${key}}' \
ORDER BY acctstarttime \
LIMIT 1;"