mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Set the temp_dir variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user