mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
- some new config options
This commit is contained in:
parent
63de55ba7b
commit
796bdb36f9
|
@ -126,6 +126,12 @@ if ($action == "saveSettings")
|
|||
// SETTINGS - ADVANCED - EDITION
|
||||
$settings->_versioningFileName = $_POST["versioningFileName"];
|
||||
$settings->_enableAdminRevApp = getBoolValue("enableAdminRevApp");
|
||||
$settings->_enableVersionDeletion = getBoolValue("enableVersionDeletion");
|
||||
$settings->_enableVersionModification = getBoolValue("enableVersionModification");
|
||||
|
||||
// SETTINGS - ADVANCED - NOTIFICATION
|
||||
$settings->_enableOwnerNotification = getBoolValue("enableOwnerNotification");
|
||||
$settings->_enableNotificationAppRev = getBoolValue("enableNotificationAppRev");
|
||||
|
||||
// SETTINGS - ADVANCED - SERVER
|
||||
$settings->_coreDir = $_POST["coreDir"];
|
||||
|
|
Loading…
Reference in New Issue
Block a user