Skip to content
Snippets Groups Projects
Commit b2e9de56 authored by Jaime Perez's avatar Jaime Perez Committed by Jaime Perez Crespo
Browse files

Remove remaining references to long removed options 'enable.saml20-sp' and 'enable.shib13-sp'.

parent 8752b7cf
No related branches found
No related tags found
No related merge requests found
......@@ -28,22 +28,6 @@ $links_auth[] = array(
'text' => '{core:frontpage:authtest}',
);
if ($config->getValue('enable.saml20-sp') === true)
$links_auth[] = array(
'href' => SimpleSAML_Utilities::getBaseURL() . 'example-simple/saml2-example.php',
'text' => '{core:frontpage:link_saml2example}',
'deprecated' => TRUE,
);
if ($config->getValue('enable.shib13-sp') === true)
$links_auth[] = array(
'href' => SimpleSAML_Utilities::getBaseURL() . 'example-simple/shib13-example.php',
'text' => '{core:frontpage:link_shib13example}',
'deprecated' => TRUE,
);
$allLinks = array(
'links' => &$links,
'welcome' => &$links_welcome,
......
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