mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 17:33:48 +00:00
Update directory.lua
This commit is contained in:
@@ -522,9 +522,9 @@
|
||||
end
|
||||
|
||||
--save to the conf directory
|
||||
local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
|
||||
file:write(XML_STRING);
|
||||
file:close();
|
||||
--local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
|
||||
--file:write(XML_STRING);
|
||||
--file:close();
|
||||
|
||||
--send to the console
|
||||
if (debug["cache"]) then
|
||||
|
||||
Reference in New Issue
Block a user