From f64fb8d95ab35975dad4142002b865e26d2d0ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 13 Oct 2009 07:23:14 +0000 Subject: [PATCH] Set the dropdown list as default for built in disco service git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1846 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 297652492..535310cc7 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -224,7 +224,7 @@ $config = array ( * Options: [links,dropdown] * */ - 'idpdisco.layout' => 'links', + 'idpdisco.layout' => 'dropdown', /* * Whether simpleSAMLphp should sign the response or the assertion in SAML 1.1 authentication -- GitLab