Update directory.lua
This commit is contained in:
@@ -522,9 +522,9 @@
|
|||||||
end
|
end
|
||||||
|
|
||||||
--save to the conf directory
|
--save to the conf directory
|
||||||
local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
|
--local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
|
||||||
file:write(XML_STRING);
|
--file:write(XML_STRING);
|
||||||
file:close();
|
--file:close();
|
||||||
|
|
||||||
--send to the console
|
--send to the console
|
||||||
if (debug["cache"]) then
|
if (debug["cache"]) then
|
||||||
|
|||||||
Reference in New Issue
Block a user