diff --git a/www/index.php b/www/index.php index 510d43e188ad031053ed9dbbb5f422188f0a3759..9d88920a64e995c4490cefc1a575f3da443b2f57 100644 --- a/www/index.php +++ b/www/index.php @@ -92,27 +92,6 @@ $linksmeta[] = array( 'href' => 'admin/metadata.php', 'text' => 'link_meta_overview'); -// if ($config->getValue('enable.saml20-sp') === true) -// $linksmeta[] = array( -// 'href' => 'saml2/sp/metadata.php?output=xhtml', -// 'text' => 'link_meta_saml2sphosted'); -// -// if ($config->getValue('enable.saml20-idp') === true) -// $linksmeta[] = array( -// 'href' => 'saml2/idp/metadata.php?output=xhtml', -// 'text' => 'link_meta_saml2idphosted'); -// -// if ($config->getValue('enable.shib13-sp') === true) -// $linksmeta[] = array( -// 'href' => 'shib13/sp/metadata.php?output=xhtml', -// 'text' => 'link_meta_shib13sphosted'); -// -// if ($config->getValue('enable.shib13-idp') === true) -// $linksmeta[] = array( -// 'href' => 'shib13/idp/metadata.php?output=xhtml', -// 'text' => 'link_meta_shib13idphosted'); - - $linksmeta[] = array( 'href' => 'admin/metadata-converter.php', 'text' => 'link_xmlconvert',