diff options
Diffstat (limited to 'core/src/http.lua')
-rw-r--r-- | core/src/http.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/http.lua b/core/src/http.lua index f4ba570946..fa8821c5a3 100644 --- a/core/src/http.lua +++ b/core/src/http.lua @@ -1,5 +1,5 @@ --[[ -FFLuCI - HTTP-Interaction +LuCI - HTTP-Interaction Description: HTTP-Header manipulator and form variable preprocessor @@ -27,10 +27,10 @@ limitations under the License. ]]-- -module("ffluci.http", package.seeall) +module("luci.http", package.seeall) if ENV and ENV.HASERLVER then - require("ffluci.sgi.haserl") + require("luci.sgi.haserl") elseif webuci then - require("ffluci.sgi.webuci") + require("luci.sgi.webuci") end
\ No newline at end of file |