From 42543f1496228dcb1316d9c15dd92c3c0cf50d1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 19 Nov 2008 11:19:57 +0000
Subject: [PATCH] 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
---
 www/index.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/www/index.php b/www/index.php
index f448c6cb1..cacfe2beb 100644
--- a/www/index.php
+++ b/www/index.php
@@ -35,11 +35,6 @@ if ($config->getValue('enable.shib13-sp') === true)
 		'href' => 'example-simple/shib13-example.php', 
 		'text' => 'link_shib13example');
 
-if ($config->getValue('enable.openid-provider') === true)
-	$links[] = array(
-		'href' => 'openid/provider/server.php', 
-		'text' => 'link_openidprovider');
-
 $links[] = array(
 	'href' => 'example-simple/hostnames.php?dummy=1', 
 	'text' => 'link_diagnostics');
-- 
GitLab