diff options
author | Steven Barth <steven@midlink.org> | 2009-05-26 17:44:27 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-26 17:44:27 +0000 |
commit | 73eae62580d4f78ade009415ba6533f502f29e5e (patch) | |
tree | dcde6a5b74330a44176fdb7d7436488ebf3caba3 /libs/lucid-http | |
parent | f7deae100d6d36c1e8d6fef17316ca03aaf7214c (diff) |
Fix redirector
Diffstat (limited to 'libs/lucid-http')
-rw-r--r-- | libs/lucid-http/luasrc/lucid/http/handler/catchall.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/lucid-http/luasrc/lucid/http/handler/catchall.lua b/libs/lucid-http/luasrc/lucid/http/handler/catchall.lua index 0523751bc..3b2c2b0a0 100644 --- a/libs/lucid-http/luasrc/lucid/http/handler/catchall.lua +++ b/libs/lucid-http/luasrc/lucid/http/handler/catchall.lua @@ -13,6 +13,7 @@ $Id$ local srv = require "luci.lucid.http.server" local proto = require "luci.http.protocol" +local util = require "luci.util" module "luci.lucid.http.handler.catchall" |