Commit 65cca54d authored by Ad Schellevis's avatar Ad Schellevis

(legacy) small xss fix in system_camanager.php

parent 9a5c2324
...@@ -576,7 +576,7 @@ endif; ?> ...@@ -576,7 +576,7 @@ endif; ?>
?> ?>
<option value="<?=$ca['refid']; <option value="<?=$ca['refid'];
?>"<?=$selected; ?>"<?=$selected;
?>><?=$ca['descr'];?></option> ?>><?=htmlspecialchars($ca['descr']);?></option>
<?php <?php
endforeach; ?> endforeach; ?>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment