Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 29, 2019
1 parent 13ec2fd commit 516e169
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/idp/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@
$metaxml = \SimpleSAML\Metadata\Signer::sign($metaxml, $idpmeta->toArray(), 'ADFS IdP');

if ($output_xhtml) {
$defaultidp = $config->getString('default-adfs-idp', null);

$t = new \SimpleSAML\XHTML\Template($config, 'metadata.php', 'admin');

$t->data['clipboard.js'] = true;
Expand All @@ -167,7 +165,6 @@
$t->data['metaurl'] = \SimpleSAML\Utils\HTTP::getSelfURLNoQuery();
$t->data['metadata'] = htmlspecialchars($metaxml);
$t->data['metadataflat'] = htmlspecialchars($metaflat);
$t->data['defaultidp'] = $defaultidp;
$t->show();
} else {
header('Content-Type: application/xml');
Expand Down

0 comments on commit 516e169

Please sign in to comment.