diff options
author | Thomas Klausner <domm@cpan.org> | 2008-12-01 23:57:31 +0100 |
---|---|---|
committer | Thomas Klausner <domm@cpan.org> | 2008-12-01 23:57:31 +0100 |
commit | 63bf868c3e356dbd7525f0aaba848b2fff5b808e (patch) | |
tree | a49b9e076b13f6f721a2c7d3411464086e5da070 /root/templates | |
parent | added rough catch-all action for pauseids (diff) | |
parent | page not found content type (diff) | |
download | Simple-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')
-rw-r--r-- | root/templates/index.xsl | 2 |
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> |