From 12338e0ef07c409156fa9cd1008bb981bda20461 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 13 May 2014 15:22:18 +0200 Subject: allow admin to disable sharing for specific groups of users --- settings/routes.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings/routes.php') diff --git a/settings/routes.php b/settings/routes.php index 21d406beeca..0e0f293b9be 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -84,3 +84,5 @@ $this->create('settings_admin_mail_test', '/settings/admin/mailtest') ->action('OC\Settings\Admin\Controller', 'sendTestMail'); $this->create('settings_ajax_setsecurity', '/settings/ajax/setsecurity.php') ->actionInclude('settings/ajax/setsecurity.php'); +$this->create('settings_ajax_excludegroups', '/settings/ajax/excludegroups.php') + ->actionInclude('settings/ajax/excludegroups.php'); -- cgit v1.2.3