From a90e1a08d83cba842d169ace1d168ae5b5e32c48 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Mon, 19 Jan 2015 11:16:56 +0100
Subject: [PATCH] Get rid of unused dummy=1 parameter when pointing to
 admin/hostnames.php

---
 modules/core/www/frontpage_config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index 9f25737c4..8fc6f3776 100644
--- a/modules/core/www/frontpage_config.php
+++ b/modules/core/www/frontpage_config.php
@@ -44,7 +44,7 @@ $links_federation = array();
 
 
 $links_config[] = array(
-	'href' => SimpleSAML_Utilities::getBaseURL() . 'admin/hostnames.php?dummy=1',
+	'href' => SimpleSAML_Utilities::getBaseURL() . 'admin/hostnames.php',
 	'text' => '{core:frontpage:link_diagnostics}'
 );
 
-- 
GitLab