summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-10-25 03:05:35 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-10-25 18:20:55 +0300
commit8ebd903790a6932f96ff924ed563af512cdadcb3 (patch)
treea3993d475cf15305d8eeb36a80edd08b2e097b28 /core
parent1a88648e0d14908d28b1930f15af22bfe3e3c1b9 (diff)
downloadnextcloud-server-8ebd903790a6932f96ff924ed563af512cdadcb3.tar.gz
nextcloud-server-8ebd903790a6932f96ff924ed563af512cdadcb3.zip
Allow integrity check via OccController
Diffstat (limited to 'core')
-rw-r--r--core/Controller/OccController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/OccController.php b/core/Controller/OccController.php
index 0d63c131789..9dffd79d1b0 100644
--- a/core/Controller/OccController.php
+++ b/core/Controller/OccController.php
@@ -41,6 +41,7 @@ class OccController extends Controller {
'check',
'config:list',
'maintenance:mode',
+ 'integrity:check-core',
'status',
'upgrade'
];