Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2016-11-10 14:45:05 +0300
committerGitHub <noreply@github.com>2016-11-10 14:45:05 +0300
commit27c1b30bedf5ce4e9747b81899cc8b90dc01ba29 (patch)
tree6d1ee1d5f37f4c41ed4d91263b1120fde84e289f /lib
parent8cc292fe08e44f58dd1423f5f8c819b31b9e093d (diff)
parent9bbf1418091f4e1b5ee4f8eb036a817537a06f0d (diff)
Merge pull request #38 from nextcloud/add-cron
Add cron to the survey
Diffstat (limited to 'lib')
-rw-r--r--lib/Categories/Server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Categories/Server.php b/lib/Categories/Server.php
index c3307a1..2198a7e 100644
--- a/lib/Categories/Server.php
+++ b/lib/Categories/Server.php
@@ -75,6 +75,7 @@ class Server implements ICategory {
'filelocking.enabled' => $this->config->getSystemValue('filelocking.enabled', true) ? 'yes' : 'no',
'memcache.locking' => $this->config->getSystemValue('memcache.locking', 'none'),
'debug' => $this->config->getSystemValue('debug', false) ? 'yes' : 'no',
+ 'cron' => $this->config->getAppValue('core', 'backgroundjobs_mode', 'ajax'),
];
}