From 7a0d5b3347513199ab0c795b42dd938bfe455ef4 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 6 Mar 2008 14:13:22 +0000 Subject: [PATCH] config.php - finish comment. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@365 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 f983c9dc1..a38eff60a 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -160,7 +160,7 @@ $config = array ( * web server. * The XML hetadata handler defines the following options: * - 'type': This is always 'xml'. - * - 'file': Path to an XML file with either + * - 'file': Path to the XML file with the metadata. * - 'url': The url to fetch metadata from. THIS IS ONLY FOR DEBUGGING - THERE IS NO CACHING OF THE RESPONSE. * * -- GitLab