2011-08-30 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_agente.php: Fixed URL injection replacing safe_input for safe_input_html git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4849 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a4d62904c0
commit
cb2172f595
|
@ -1,3 +1,8 @@
|
|||
2011-08-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/estado_agente.php: Fixed URL injection replacing
|
||||
safe_input for safe_input_html
|
||||
|
||||
2011-08-30 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/massive/massive_enable_disable_alerts.php,
|
||||
|
|
|
@ -116,7 +116,7 @@ while ($row = db_get_all_row_by_steps_sql($first, $result, "SELECT * FROM tgrupo
|
|||
|
||||
// Take some parameters (GET)
|
||||
$group_id = (int) get_parameter ("group_id", 0);
|
||||
$search = trim(io_safe_output(get_parameter ("search", "")));
|
||||
$search = trim(io_safe_output_html(get_parameter ("search", "")));
|
||||
$offset = get_parameter('offset', 0);
|
||||
$refr = get_parameter('refr', 0);
|
||||
$recursion = get_parameter('recursion', 0);
|
||||
|
|
Loading…
Reference in New Issue