mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
add checkbox for enabling memcached
This commit is contained in:
parent
f281376ac2
commit
9f5390e560
|
@ -194,6 +194,7 @@ if ($action == "saveSettings")
|
||||||
setStrValue("partitionSize"); // TODO: check if valid value, e.g. 1M or 5K
|
setStrValue("partitionSize"); // TODO: check if valid value, e.g. 1M or 5K
|
||||||
setStrValue("maxUploadSize"); // TODO: check if valid value, e.g. 1M or 5K
|
setStrValue("maxUploadSize"); // TODO: check if valid value, e.g. 1M or 5K
|
||||||
setBoolValue("enableXsendfile");
|
setBoolValue("enableXsendfile");
|
||||||
|
setBoolValue("enableMemcached");
|
||||||
|
|
||||||
// SETTINGS - SYSTEM - AUTHENTICATION
|
// SETTINGS - SYSTEM - AUTHENTICATION
|
||||||
setBoolValue("enableGuestLogin");
|
setBoolValue("enableGuestLogin");
|
||||||
|
|
|
@ -527,6 +527,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk))
|
||||||
<?php $this->showConfigText('settings_partitionSize', 'partitionSize'); ?>
|
<?php $this->showConfigText('settings_partitionSize', 'partitionSize'); ?>
|
||||||
<?php $this->showConfigText('settings_maxUploadSize', 'maxUploadSize'); ?>
|
<?php $this->showConfigText('settings_maxUploadSize', 'maxUploadSize'); ?>
|
||||||
<?php $this->showConfigCheckbox('settings_enableXsendfile', 'enableXsendfile'); ?>
|
<?php $this->showConfigCheckbox('settings_enableXsendfile', 'enableXsendfile'); ?>
|
||||||
|
<?php $this->showConfigCheckbox('settings_enableMemcached', 'enableMemcached'); ?>
|
||||||
<!--
|
<!--
|
||||||
-- SETTINGS - SYSTEM - AUTHENTICATION
|
-- SETTINGS - SYSTEM - AUTHENTICATION
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user