summaryrefslogtreecommitdiff
path: root/root/templates/index.xsl
diff options
context:
space:
mode:
authorThomas Klausner <domm@cpan.org>2008-12-01 23:57:31 +0100
committerThomas Klausner <domm@cpan.org>2008-12-01 23:57:31 +0100
commit63bf868c3e356dbd7525f0aaba848b2fff5b808e (patch)
treea49b9e076b13f6f721a2c7d3411464086e5da070 /root/templates/index.xsl
parentadded rough catch-all action for pauseids (diff)
parentpage not found content type (diff)
downloadSimple-OpenID-63bf868c3e356dbd7525f0aaba848b2fff5b808e.tar.gz
Simple-OpenID-63bf868c3e356dbd7525f0aaba848b2fff5b808e.tar.bz2
Simple-OpenID-63bf868c3e356dbd7525f0aaba848b2fff5b808e.zip
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Diffstat (limited to 'root/templates/index.xsl')
-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 9dc5bd4..6b83e4b 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/openid" />
+ <link rel="openid.server" href="{config[@key='baseurl']/@value}/openid" />
<style type="text/css">
@import "default.css";
</style>