mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Make the lua scripts that use config.lua to use the new config function.
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
expire["sofia.conf"] = "3600";
|
||||
|
||||
--set the debug options
|
||||
debug["params"] = true;
|
||||
debug["params"] = false;
|
||||
debug["sql"] = false;
|
||||
debug["xml_request"] = true;
|
||||
debug["xml_request"] = false;
|
||||
debug["xml_string"] = false;
|
||||
debug["cache"] = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user