Skip to content
Permalink
Browse files Browse the repository at this point in the history
(cp 6ce14fc) fixes #705, check user_list_backend.php input params
  • Loading branch information
plegall committed Jun 13, 2017
1 parent 10700c8 commit 4292089
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin/user_list_backend.php
Expand Up @@ -27,7 +27,10 @@
include_once(PHPWG_ROOT_PATH.'include/common.inc.php');

check_status(ACCESS_ADMINISTRATOR);


check_input_parameter('iDisplayStart', $_REQUEST, false, PATTERN_ID);
check_input_parameter('iDisplayLength', $_REQUEST, false, PATTERN_ID);

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Easy set variables
*/
Expand Down

0 comments on commit 4292089

Please sign in to comment.