Add a description

This commit is contained in:
FusionPBX 2023-04-14 22:29:11 -06:00 committed by GitHub
parent 050e242a13
commit 94288b7e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
local Xml = require "resources.functions.xml";
--connect to the database
local Database = require "resources.functions.database"
local log = require "resources.functions.log"["directory_acl"]
local dbh = Database.new('system')
--include xml library
local Xml = require "resources.functions.xml";
--include json library
local json
if (debug["sql"]) then