Skip to content
Snippets Groups Projects
Unverified Commit d920a7f2 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: Make sure to escape properly the current URL.

parent fdbaa79f
No related tags found
No related merge requests found
...@@ -127,6 +127,6 @@ TRSTART; ...@@ -127,6 +127,6 @@ TRSTART;
<h2>Logout</h2> <h2>Logout</h2>
<p><a href="<?php echo \SimpleSAML\Utils\HTTP::getSelfURL() . '?logout'; ?>">Logout</a></p> <p><a href="<?php echo htmlentities(\SimpleSAML\Utils\HTTP::getSelfURL()) . '?logout'; ?>">Logout</a></p>
<?php $this->includeAtTemplateBase('includes/footer.php'); <?php $this->includeAtTemplateBase('includes/footer.php');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment