From 029a856f51e603ecea69b43880a89c4247afdc48 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 28 Nov 2007 14:41:55 +0000
Subject: [PATCH] Added missing comma between configuration options in
 config-template.php

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

diff --git a/config/config-template.php b/config/config-template.php
index 27ae28fd4..235a5158a 100644
--- a/config/config-template.php
+++ b/config/config-template.php
@@ -72,7 +72,7 @@ $config = array (
 	 */
 	'auth.radius.hostname'	=> 'radius.example.org',
 	'auth.radius.port'		=> '1812',
-	'auth.radius.secret'	=> 'topsecret'
+	'auth.radius.secret'	=> 'topsecret',
 	
 	/*
 	 * These parameters are only relevant if you setup an OpenID Provider.
-- 
GitLab