summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-10 14:02:35 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-07-29 13:39:37 +0200
commit0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8 (patch)
tree83e6e6ac59e5d50d7a1be149714bbefdf7030564 /settings
parente15e394fccf5dc0be8df9f6f2619214ca2326f80 (diff)
downloadnextcloud-server-0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8.tar.gz
nextcloud-server-0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8.zip
register decrypt all route
Diffstat (limited to 'settings')
-rw-r--r--settings/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php
index b20119b5803..73ee70d1d5c 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -46,6 +46,8 @@ $this->create('settings_ajax_lostpassword', '/settings/ajax/lostpassword.php')
->actionInclude('settings/ajax/lostpassword.php');
$this->create('settings_ajax_setlanguage', '/settings/ajax/setlanguage.php')
->actionInclude('settings/ajax/setlanguage.php');
+$this->create('settings_ajax_decryptall', '/settings/ajax/decryptall.php')
+ ->actionInclude('settings/ajax/decryptall.php');
// apps
$this->create('settings_ajax_apps_ocs', '/settings/ajax/apps/ocs.php')
->actionInclude('settings/ajax/apps/ocs.php');