From 122a8c1e03a03693b58a1a4080881f4802b58fbd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 11 Oct 2022 10:59:51 -0600 Subject: [PATCH] Set the temp_dir variable --- app/scripts/resources/scripts/resources/functions/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/resources/scripts/resources/functions/config.lua b/app/scripts/resources/scripts/resources/functions/config.lua index a043218eae..51983992fa 100644 --- a/app/scripts/resources/scripts/resources/functions/config.lua +++ b/app/scripts/resources/scripts/resources/functions/config.lua @@ -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