aboutsummaryrefslogtreecommitdiffstats
path: root/settings/routes.php
diff options
context:
space:
mode:
authorClark Tomlinson <fallen013@gmail.com>2014-08-29 11:27:23 -0400
committerClark Tomlinson <fallen013@gmail.com>2014-09-05 11:23:59 -0400
commit6a56e03d482e723356b79e8d652922329daea1a4 (patch)
tree3ce513df15a9ec781b4d1ee6137f3fe851de122e /settings/routes.php
parent033b0361edb206ac3c8303a0d8003fd6752d6f75 (diff)
downloadnextcloud-server-6a56e03d482e723356b79e8d652922329daea1a4.tar.gz
nextcloud-server-6a56e03d482e723356b79e8d652922329daea1a4.zip
Using countUsers method to return true count of users
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 1c8ad1b3fe8..d98497ee617 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -27,6 +27,8 @@ $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_everyonecount', '/settings/ajax/geteveryonecount')
+ ->actionInclude('settings/ajax/geteveryonecount.php');
$this->create('settings_ajax_createuser', '/settings/ajax/createuser.php')
->actionInclude('settings/ajax/createuser.php');
$this->create('settings_ajax_removeuser', '/settings/ajax/removeuser.php')