From de90290c1c4e39cbea08d47f0084eca168ea55a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 1 Oct 2007 09:49:40 +0000
Subject: [PATCH] fixing baseurlpath to be like documented

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@17 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 9f90338f6..dc051d6af 100644
--- a/config/config-template.php
+++ b/config/config-template.php
@@ -12,7 +12,7 @@ $config = array (
 	 * See the user manual for more details.
 	 */
 	'basedir' 				=> '/var/simplesamlphp/',
-	'baseurlpath'			=> 'simplesamlphp/',
+	'baseurlpath'			=> 'simplesaml/',
 	'templatedir'			=> 'templates/',
 	'metadatadir'			=> 'metadata/',
 	
-- 
GitLab