diff options
author | Steven Barth <steven@midlink.org> | 2008-07-26 17:24:46 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-26 17:24:46 +0000 |
commit | e5df13e80e7b652492e6d2b26afca43e94262e29 (patch) | |
tree | 9abec5db04221eac266f49964b5c22298b663272 /libs/web/luasrc/sauth.lua | |
parent | 47774572e08b64da90c834410637e92e8b2a9051 (diff) |
libs: Fixed serialization stuff
Diffstat (limited to 'libs/web/luasrc/sauth.lua')
-rw-r--r-- | libs/web/luasrc/sauth.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/luasrc/sauth.lua b/libs/web/luasrc/sauth.lua index d838f84f6..fc4942b97 100644 --- a/libs/web/luasrc/sauth.lua +++ b/libs/web/luasrc/sauth.lua @@ -14,6 +14,7 @@ $Id$ ]]-- module("luci.sauth", package.seeall) require("luci.fs") +require("luci.util") require("luci.config") |