mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
register decrypt all route
This commit is contained in:
parent
e15e394fcc
commit
0a3d662dd0
1 changed files with 2 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue