Skip to content

Commit

Permalink
Update index_inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Apr 5, 2019
1 parent 8adcdff commit 391a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/operator_panel/index_inc.php
Expand Up @@ -367,7 +367,7 @@
}
$block .= " </td></tr></table>";
if (permission_exists('operator_panel_call_details')) {
$block .= " <span id='op_caller_details_".$extension."'><strong>".$call_name."</strong><br>".$call_number."</span>";
$block .= " <span id='op_caller_details_".$extension."'><strong>".escape($call_name)."</strong><br>".escape($call_number)."</span>";
}
$block .= " </span>";
//transfer
Expand Down

0 comments on commit 391a23d

Please sign in to comment.