mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
read new configuration variables dropFolderDir and cacheDir
This commit is contained in:
parent
b95084337b
commit
c7c5b7501c
|
@ -79,8 +79,10 @@ if ($action == "saveSettings")
|
|||
$settings->_rootDir = $_POST["rootDir"];
|
||||
$settings->_httpRoot = $_POST["httpRoot"];
|
||||
$settings->_contentDir = $_POST["contentDir"];
|
||||
$settings->_cacheDir = $_POST["cacheDir"];
|
||||
$settings->_stagingDir = $_POST["stagingDir"];
|
||||
$settings->_luceneDir = $_POST["luceneDir"];
|
||||
$settings->_dropFolderDir = $_POST["dropFolderDir"];
|
||||
$settings->_logFileEnable = getBoolValue("logFileEnable");
|
||||
$settings->_logFileRotation = $_POST["logFileRotation"];
|
||||
$settings->_enableLargeFileUpload = getBoolValue("enableLargeFileUpload");
|
||||
|
|
Loading…
Reference in New Issue
Block a user