diff options
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") |