Compare commits
2 Commits
main
...
mitigation
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f7b7a24e0 | |||
| ed023c475d |
@ -14,7 +14,7 @@ if (isset($_GET["name"]))
|
||||
{
|
||||
$name = $_GET["name"];
|
||||
?>
|
||||
<div>Hey <?= $name ?>, how are you doing?</div>
|
||||
<div>Hey <?= htmlspecialchars($name) ?>, how are you doing?</div>
|
||||
<div>Enjoy this picture:</div>
|
||||
<div><img src="//unsplash.it/256"></div>
|
||||
<hr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user