Set the temp_dir variable

This commit is contained in:
FusionPBX
2022-10-11 10:59:51 -06:00
committed by GitHub
parent 2f55ba03c8
commit 122a8c1e03

View File

@@ -84,6 +84,7 @@
if (k == "php.bin") then php_bin = v; end
if (k == "document.root") then document_root = v; end
if (k == "project.path") then project_path = v; end
if (k == "temp.dir") then temp_dir = v; end
--cache settings
if (k == "cache.method") then cache.method = v; end