From 9ca3092bf00163935e5ebea2c3df5c5bdb0b55f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 9 Nov 2009 08:45:30 +0000 Subject: [PATCH] remove link to outdated metadata overview... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1980 44740490-163a-0410-bde0-09ae8108e29a --- modules/core/www/frontpage_federation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/www/frontpage_federation.php b/modules/core/www/frontpage_federation.php index e46d2e369..893acbd57 100644 --- a/modules/core/www/frontpage_federation.php +++ b/modules/core/www/frontpage_federation.php @@ -56,10 +56,10 @@ if ($publishURL !== NULL) { } -$links_federation[] = array( - 'href' => SimpleSAML_Utilities::getBaseURL() . 'admin/metadata.php', - 'text' => '{core:frontpage:link_meta_overview}' -); +// $links_federation[] = array( +// 'href' => SimpleSAML_Utilities::getBaseURL() . 'admin/metadata.php', +// 'text' => '{core:frontpage:link_meta_overview}' +// ); $links_federation[] = array( 'href' => SimpleSAML_Utilities::getBaseURL() . 'admin/metadata-converter.php', -- GitLab