Skip to content

Commit e7b6856

Browse files
committed
fix security vulnerability to get user list, reported by pang0lin
1 parent b7c3f87 commit e7b6856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: framework/modules/users/controllers/usersController.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class usersController extends expController {
3939
'update' => 'Update Users',
4040
'show' => 'Show User',
4141
'showall' => 'Show Users',
42+
'getUsersByJSON' => 'Get Users',
4243
);
4344

4445
static function displayname() {

0 commit comments

Comments
 (0)