Merge pull request #1709 from dibdot/get_interface-fix
[project/luci.git] / modules / luci-base / luasrc / store.lua
1 -- Copyright 2009 Steven Barth <steven@midlink.org>
2 -- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org>
3 -- Licensed to the public under the Apache License 2.0.
4
5 local util = require "luci.util"
6 module("luci.store", util.threadlocal)