diff options
author | tailor <cygnus@janrain.com> | 2006-02-23 00:49:46 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-23 00:49:46 +0000 |
commit | 15135b3e97ef9d332ddaee33e8c0ff834a1ce9ee (patch) | |
tree | 636037cd01662a09b7bddc9b846c2bc76c6a73fe /examples/server | |
parent | 53524fad4b3000b5dc028e4a8136477e10283869 (diff) | |
download | php-openid-15135b3e97ef9d332ddaee33e8c0ff834a1ce9ee.zip php-openid-15135b3e97ef9d332ddaee33e8c0ff834a1ce9ee.tar.gz php-openid-15135b3e97ef9d332ddaee33e8c0ff834a1ce9ee.tar.bz2 |
[project @ Fixed PHP OpenID URL in server code]
Diffstat (limited to 'examples/server')
-rw-r--r-- | examples/server/lib/render/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/lib/render/about.php b/examples/server/lib/render/about.php index 503043b..bd35836 100644 --- a/examples/server/lib/render/about.php +++ b/examples/server/lib/render/about.php @@ -14,7 +14,7 @@ define('about_body', '<p> This is an <a href="http://www.openid.net/">OpenID</a> server endpoint. This server is built on the <a - href="http://www.openidenabled.com/libraries/php">JanRain PHP OpenID + href="http://www.openidenabled.com/openid/libraries/php">JanRain PHP OpenID library</a>. Since OpenID consumer sites will need to directly contact this server, it must be accessible over the Internet (not behind a firewall). </p> |