summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:49:33 +0100
committerLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:49:33 +0100
commit9cc9b2e19204b807b95985214cae021e79f237c2 (patch)
treebdda95835d6431a52da48f31d9eceb2d11172047
parentadd openid server link relation (diff)
downloadSimple-OpenID-9cc9b2e19204b807b95985214cae021e79f237c2.tar.gz
Simple-OpenID-9cc9b2e19204b807b95985214cae021e79f237c2.tar.bz2
Simple-OpenID-9cc9b2e19204b807b95985214cae021e79f237c2.zip
correct server endpoint
-rw-r--r--root/templates/index.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index 433894d..1f3c43c 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -13,7 +13,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sign in with OpenID</title>
- <link rel="openid.server" href="https://localhost/" />
+ <link rel="openid.server" href="https://localhost/openid" />
<style type="text/css">
@import "default.css";
</style>