* luci/core: util.lua: implement min(utes) in parse_units()

This commit is contained in:
Jo-Philipp Wich 2008-06-03 19:12:32 +00:00
parent 71449d76e7
commit 5c1fe0e544

View file

@ -303,6 +303,7 @@ function parse_units(ustr)
w = 60 * 60 * 24 * 7,
d = 60 * 60 * 24,
h = 60 * 60,
min = 60,
-- storage sizes
kb = 1024,