diff options
Diffstat (limited to 'modules/luci-lua-runtime/luasrc/store.lua')
-rw-r--r-- | modules/luci-lua-runtime/luasrc/store.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/luasrc/store.lua b/modules/luci-lua-runtime/luasrc/store.lua new file mode 100644 index 0000000000..a735981137 --- /dev/null +++ b/modules/luci-lua-runtime/luasrc/store.lua @@ -0,0 +1,6 @@ +-- Copyright 2009 Steven Barth <steven@midlink.org> +-- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org> +-- Licensed to the public under the Apache License 2.0. + +local util = require "luci.util" +module("luci.store", util.threadlocal) |