diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-10-25 03:05:35 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-10-25 18:20:55 +0300 |
commit | 8ebd903790a6932f96ff924ed563af512cdadcb3 (patch) | |
tree | a3993d475cf15305d8eeb36a80edd08b2e097b28 /core | |
parent | 1a88648e0d14908d28b1930f15af22bfe3e3c1b9 (diff) | |
download | nextcloud-server-8ebd903790a6932f96ff924ed563af512cdadcb3.tar.gz nextcloud-server-8ebd903790a6932f96ff924ed563af512cdadcb3.zip |
Allow integrity check via OccController
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/OccController.php | 1 |
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' ]; |