Skip to content

Commit

Permalink
Security fixes 27
Browse files Browse the repository at this point in the history
  • Loading branch information
robertogagliotta authored and bradymiller committed Jan 10, 2016
1 parent 610dcb1 commit 416cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/patient_file/encounter/delete_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<?php
// output each GET variable as a hidden form input
foreach ($_GET as $key => $value) {
echo '<input type="hidden" id="'.$key.'" name="'.$key.'" value="'.attr($value).'"/>'."\n";
echo '<input type="hidden" id="'.attr($key).'" name="'.attr($key).'" value="'.attr($value).'"/>'."\n";
}
?>
<input type="hidden" id="confirm" name="confirm" value="1"/>
Expand Down

0 comments on commit 416cd84

Please sign in to comment.