mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update acl.conf.lua
Change expire acl.conf to acl_conf
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
dbh:release();
|
dbh:release();
|
||||||
|
|
||||||
--set the cache
|
--set the cache
|
||||||
result = trim(api:execute("memcache", "set configuration:acl.conf '"..XML_STRING:gsub("'", "'").."' "..expire["acl.conf"]));
|
result = trim(api:execute("memcache", "set configuration:acl.conf '"..XML_STRING:gsub("'", "'").."' "..expire["acl_conf"]));
|
||||||
|
|
||||||
--send the xml to the console
|
--send the xml to the console
|
||||||
if (debug["xml_string"]) then
|
if (debug["xml_string"]) then
|
||||||
@@ -124,4 +124,4 @@
|
|||||||
if (debug["cache"]) then
|
if (debug["cache"]) then
|
||||||
freeswitch.consoleLog("notice", "[xml_handler] configuration:acl.conf source: memcache\n");
|
freeswitch.consoleLog("notice", "[xml_handler] configuration:acl.conf source: memcache\n");
|
||||||
end
|
end
|
||||||
end --if XML_STRING
|
end --if XML_STRING
|
||||||
|
|||||||
Reference in New Issue
Block a user