Skip to content
Snippets Groups Projects
Commit 42543f14 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Remove link to deprecated openid server page from installation page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1020 44740490-163a-0410-bde0-09ae8108e29a
parent 0fab5440
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,6 @@ if ($config->getValue('enable.shib13-sp') === true) ...@@ -35,11 +35,6 @@ if ($config->getValue('enable.shib13-sp') === true)
'href' => 'example-simple/shib13-example.php', 'href' => 'example-simple/shib13-example.php',
'text' => 'link_shib13example'); 'text' => 'link_shib13example');
if ($config->getValue('enable.openid-provider') === true)
$links[] = array(
'href' => 'openid/provider/server.php',
'text' => 'link_openidprovider');
$links[] = array( $links[] = array(
'href' => 'example-simple/hostnames.php?dummy=1', 'href' => 'example-simple/hostnames.php?dummy=1',
'text' => 'link_diagnostics'); 'text' => 'link_diagnostics');
......
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