From ecd06132413e04fc7d0f043542123b7ce3cd8605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 5 Mar 2008 07:24:52 +0000 Subject: [PATCH] Updating documentation regarding the new config-templates directory git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@352 44740490-163a-0410-bde0-09ae8108e29a --- docs/source/simplesamlphp-install.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/simplesamlphp-install.xml b/docs/source/simplesamlphp-install.xml index b833fd10c..aebd339fe 100644 --- a/docs/source/simplesamlphp-install.xml +++ b/docs/source/simplesamlphp-install.xml @@ -7,7 +7,7 @@ <articleinfo> <date>2007-08-30</date> - <pubdate>Fri Feb 1 11:02:46 2008</pubdate> + <pubdate>Wed Mar 5 08:15:51 2008</pubdate> <author> <firstname>Andreas Ă…kre</firstname> @@ -20,7 +20,7 @@ <warning> <para>This version of this document is work in progress. We are currently - working on updating the document to </para> + working on updating the document to</para> </warning> <section> @@ -81,7 +81,7 @@ svn up</screen> files:</para> <screen>cd /var/simplesamlphp -cp config/config-template.php config/config.php +cp -r config-templates/*.php config/ cp -r metadata-templates/*.php metadata/ </screen> </section> -- GitLab