From 81dcc2b66cd28cd0adf037d7b465abd101387e92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 3 Mar 2009 07:50:16 +0000
Subject: [PATCH] disable consent module by default.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1362 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 41b4bccf3..f2469278c 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -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',
 	),
-- 
GitLab