mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
- added missing config variables _enablePasswordForgotten and _enableLargeFileUpload
This commit is contained in:
parent
d5d3bc7c3f
commit
7542814406
|
@ -81,6 +81,7 @@ if ($action == "saveSettings")
|
|||
$settings->_luceneDir = $_POST["luceneDir"];
|
||||
$settings->_logFileEnable = getBoolValue("logFileEnable");
|
||||
$settings->_logFileRotation = $_POST["logFileRotation"];
|
||||
$settings->_enableLargeFileUpload = getBoolValue("enableLargeFileUpload");
|
||||
$settings->_partitionSize = $_POST["partitionSize"];
|
||||
|
||||
// SETTINGS - SYSTEM - AUTHENTICATION
|
||||
|
@ -88,6 +89,7 @@ if ($action == "saveSettings")
|
|||
$settings->_restricted = getBoolValue("restricted");
|
||||
$settings->_enableUserImage = getBoolValue("enableUserImage");
|
||||
$settings->_disableSelfEdit = getBoolValue("disableSelfEdit");
|
||||
$settings->_enablePasswordForgotten = getBoolValue("enablePasswordForgotten");
|
||||
|
||||
// TODO Connectors
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user