Security fix : f_id is a number
This commit is contained in:
parent
6482988c75
commit
169fb9cf51
1 changed files with 1 additions and 0 deletions
|
|
@ -827,6 +827,7 @@ class HtmlInput
|
|||
static function title_box($p_name, $p_div, $p_mod="close", $p_js="",
|
||||
$p_draggable="n")
|
||||
{
|
||||
$p_div=strip_tags($p_div);
|
||||
$r='<div class="bxbutton">';
|
||||
|
||||
// If draggable : display a icon to unpin and move the dialog box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue