Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2014-01-28 20:06:48 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 14:52:52 +0400
commitb506388b75c8454ef54ce05fa0d98db854c10faf (patch)
tree82908d5c68d88cc7a7833bac4b34988064b8fdc0 /settings/routes.php
parentb2ca595509a1c14eb28768e4eed99a3ba6eba46a (diff)
Reverts last commit, implements user in group count.
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 77a10f68d6f..0e0f293b9be 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -25,8 +25,6 @@ $this->create('settings_admin', '/settings/admin')
// users
$this->create('settings_ajax_userlist', '/settings/ajax/userlist')
->actionInclude('settings/ajax/userlist.php');
-$this->create('settings_ajax_grouplist', '/settings/ajax/grouplist')
- ->actionInclude('settings/ajax/grouplist.php');
$this->create('settings_ajax_createuser', '/settings/ajax/createuser.php')
->actionInclude('settings/ajax/createuser.php');
$this->create('settings_ajax_removeuser', '/settings/ajax/removeuser.php')