diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-03 23:17:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-03 23:17:40 +0000 |
commit | d0694fdb1ece991b57b748c29183ccd6563a9c42 (patch) | |
tree | cca303a8eb6fcb4cd983b7a4e6f464fa608f6822 /libs/web/luasrc/dispatcher.lua | |
parent | 6071119f2e205dc2d58b27c990e12b306b755026 (diff) |
fix footer
Diffstat (limited to 'libs/web/luasrc/dispatcher.lua')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index e3d8ac0d4..025ae382d 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -24,6 +24,7 @@ limitations under the License. ]]-- module("luci.dispatcher", package.seeall) +require("luci.init") require("luci.http") require("luci.sys") require("luci.fs") |