Commit Graph

9 Commits

Author SHA1 Message Date
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.

Reference: http://php.net/manual/en/language.basic-syntax.phptags.php

Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Bimal Yashodha
0822f70821 Trailing white space
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-07-23 17:27:45 +05:30
Marc Delisle
395265e993 bug #4491 [security] Missing validation for accessing User groups feature
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-17 17:30:44 -04:00
Kasun Chathuranga
a9983882b9 Move user group related functions to a lib file of its own 2013-09-09 07:10:06 +05:30
Kasun Chathuranga
a28f43b288 Add new JS file for server_user_groups 2013-07-31 22:09:46 +05:30
Kasun Chathuranga
4ff0272a9f Improve documentation comments 2013-07-15 09:35:50 +05:30
Kasun Chathuranga
0c29eb758a Allow viewing users belonging to a particular user group 2013-07-14 00:29:23 +05:30
Kasun Chathuranga
c0fc4b7d1b Remove unnecessary success messages 2013-07-12 18:43:23 +05:30
Kasun Chathuranga
3e8325afb0 Move User groups related functionality to a separate sub menu tab 2013-07-12 18:37:48 +05:30