diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-07 07:55:25 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-07 07:55:25 +0000 |
commit | 72891e2151d48641dba3c7e54b92f770c940439a (patch) | |
tree | 88607f13e487c086063b2dcdc654ecbd3784cdf2 /examples/server/about.php | |
parent | baf98ce3caaae821d68934fdb0410ea30e3124cf (diff) | |
download | php-openid-72891e2151d48641dba3c7e54b92f770c940439a.zip php-openid-72891e2151d48641dba3c7e54b92f770c940439a.tar.gz php-openid-72891e2151d48641dba3c7e54b92f770c940439a.tar.bz2 |
[project @ Updated server example to require config, but have a UI]
Diffstat (limited to 'examples/server/about.php')
-rw-r--r-- | examples/server/about.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/server/about.php b/examples/server/about.php deleted file mode 100644 index b8c7063..0000000 --- a/examples/server/about.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php $title = 'PHP OpenID Server Example'; ?> -<html> - <head> - <title><?php print $title; ?></title> - </head> - <body> - <h1><?php print $title; ?></h1> - <p> - This is an example PHP OpenID server. It is using the <a - href="http://www.openidenabled.com/openid/libraries/php">JanRain - PHP OpenID library</a>. This server will approve any request - for the URL <?php -$esc_id = htmlspecialchars($success_identity, ENT_QUOTES); -print "<a href='$esc_id'>$esc_id</a>"; - ?> and reject requests for any other URL. - </p> - </body> -</html> |