Skip to content
Snippets Groups Projects
Commit ec5d2a85 authored by Olav Morken's avatar Olav Morken
Browse files

index.php: Remove old (commented out) code.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1677 44740490-163a-0410-bde0-09ae8108e29a
parent f499612c
No related branches found
No related tags found
No related merge requests found
...@@ -92,27 +92,6 @@ $linksmeta[] = array( ...@@ -92,27 +92,6 @@ $linksmeta[] = array(
'href' => 'admin/metadata.php', 'href' => 'admin/metadata.php',
'text' => 'link_meta_overview'); '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( $linksmeta[] = array(
'href' => 'admin/metadata-converter.php', 'href' => 'admin/metadata-converter.php',
'text' => 'link_xmlconvert', 'text' => 'link_xmlconvert',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment