Set the temp_dir variable
This commit is contained in:
parent
2f55ba03c8
commit
122a8c1e03
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue