From 9f9da4895a13edb2a2f619318a7b0fc9926b0d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 11 Jan 2008 13:01:17 +0000 Subject: [PATCH] Fix link to simplesmalphp homepage after i switched from html to php git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@150 44740490-163a-0410-bde0-09ae8108e29a --- www/logout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/logout.html b/www/logout.html index 48f37666f..6f6362203 100644 --- a/www/logout.html +++ b/www/logout.html @@ -59,7 +59,7 @@ h6 {font-size: 96%} <p>Thanks for using this service. Now you are logged out using Single Logout.</p> - <p>[ <a href="index.html">Go back to simpleSAMLphp installation page</a> ]</p></p> + <p>[ <a href="index.php">Go back to simpleSAMLphp installation page</a> ]</p></p> <h2>About simpleSAMLphp</h2> <p>Hey! This simpleSAMLphp thing is pretty cool, where can I read more about it? -- GitLab