summaryrefslogtreecommitdiffstats
path: root/examples/server/idpage.inc
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-02-07 07:55:25 +0000
committerJosh Hoyt <josh@janrain.com>2006-02-07 07:55:25 +0000
commit72891e2151d48641dba3c7e54b92f770c940439a (patch)
tree88607f13e487c086063b2dcdc654ecbd3784cdf2 /examples/server/idpage.inc
parentbaf98ce3caaae821d68934fdb0410ea30e3124cf (diff)
downloadphp-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/idpage.inc')
-rw-r--r--examples/server/idpage.inc29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/server/idpage.inc b/examples/server/idpage.inc
deleted file mode 100644
index d7eda16..0000000
--- a/examples/server/idpage.inc
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-if (getCurrentURL(true) != $target) {
- redirect($target);
- return;
-}
-
-$link_here = linkURL($target);
-$link_there = linkURL($other);
-
-print "<html>
- <head>
- <title>$title</title>
- <link rel='openid.server' href='$esc_server' />
- </head>
- <body>
- <h1>$title</h1>
- <p>
- This page is part of the
- <a href='$esc_server'>PHP OpenID server example</a>.
- Any requests to verify this URL ($link_here) will $type to consumers.
- </p>
- <p>
- To test this server with a URL that will $other_type, use $link_there.
- </p>
- </body>
-</html>
-";
-
-?> \ No newline at end of file