Add the xml library description

This commit is contained in:
FusionPBX
2023-04-14 22:31:13 -06:00
committed by GitHub
parent 94288b7e96
commit 61469d8cb9

View File

@@ -24,8 +24,6 @@
-- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-- POSSIBILITY OF SUCH DAMAGE.
local Xml = require "resources.functions.xml";
--get the action
action = params:getHeader("action");
purpose = params:getHeader("purpose");
@@ -40,6 +38,9 @@
local Database = require "resources.functions.database";
dbh = Database.new('system');
--include xml library
local Xml = require "resources.functions.xml";
--include json library
local json
if (debug["sql"]) then