diff options
Diffstat (limited to 'examples/server/failure.php')
-rw-r--r-- | examples/server/failure.php | 11 |
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 |