debug xml file change from directory.xml to the extension@domain.com
This commit is contained in:
@@ -685,7 +685,7 @@
|
|||||||
|
|
||||||
--send the xml to the console
|
--send the xml to the console
|
||||||
if (debug["xml_string"]) then
|
if (debug["xml_string"]) then
|
||||||
local file = assert(io.open("/tmp/directory.xml", "w"));
|
local file = assert(io.open("/tmp/" .. user .. "@" .. domain_name .. ".xml", "w"));
|
||||||
file:write(XML_STRING);
|
file:write(XML_STRING);
|
||||||
file:close();
|
file:close();
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user