summaryrefslogtreecommitdiffstats
path: root/examples/server/failure.php
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/failure.php
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/failure.php')
-rw-r--r--examples/server/failure.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/server/failure.php b/examples/server/failure.php
deleted file mode 100644
index 683ee24..0000000
--- a/examples/server/failure.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-require_once "common.php";
-
-$target = $failure_identity;
-$other_type = 'return success';
-$type = 'cancel';
-$title = 'Cancel Identity Page';
-$other = $success_identity;
-
-require "idpage.inc";
-?> \ No newline at end of file