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

disable consent module by default.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1362 44740490-163a-0410-bde0-09ae8108e29a
parent a6cede63
No related branches found
No related tags found
No related merge requests found
......@@ -254,13 +254,14 @@ $config = array (
/*
* Consent module is enabled (with no permanent storage, using cookies).
*/
90 => array(
'class' => 'consent:Consent',
'store' => 'consent:Cookie',
'focus' => 'yes',
'checked' => TRUE
),
*/
// If language is set in Consent module it will be added as an attribute.
99 => 'core:LanguageAdaptor',
),
......
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