diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-10 14:02:35 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-29 13:39:37 +0200 |
commit | 0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8 (patch) | |
tree | 83e6e6ac59e5d50d7a1be149714bbefdf7030564 /settings | |
parent | e15e394fccf5dc0be8df9f6f2619214ca2326f80 (diff) | |
download | nextcloud-server-0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8.tar.gz nextcloud-server-0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8.zip |
register decrypt all route
Diffstat (limited to 'settings')
-rw-r--r-- | settings/routes.php | 2 |
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'); |