From 0a3d662dd0a7d1e3066a3f8781eaaaba853ce0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Mon, 10 Jun 2013 14:02:35 +0200 Subject: [PATCH] register decrypt all route --- settings/routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/routes.php b/settings/routes.php index b20119b580..73ee70d1d5 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');