mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_http: Import portmanager
This commit is contained in:
parent
9d07cc98e4
commit
4a30cfbc90
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
module:set_global();
|
||||
module:depends("http_errors");
|
||||
|
||||
local portmanager = require "core.portmanager";
|
||||
local moduleapi = require "core.moduleapi";
|
||||
local url_parse = require "socket.url".parse;
|
||||
local url_build = require "socket.url".build;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue