Skip to content

Commit

Permalink
Update php tag (OWASP#676)
Browse files Browse the repository at this point in the history
“<? php” will produce a syntax error. I have updated the correct opening php tag.
  • Loading branch information
SavPhill authored Nov 22, 2022
1 parent 945e2fb commit 9a2fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/attacks/Cross-site-Scripting-(XSS).md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ below as an example to inform user about what specific page is missing:
```html
<html>
<body>
<? php
<?php
print "Not found: " . urldecode($_SERVER["REQUEST_URI"]);
?>

Expand Down

0 comments on commit 9a2fe8e

Please sign in to comment.