diff options
Diffstat (limited to 'examples/server/failure.php')
-rw-r--r-- | examples/server/failure.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/server/failure.php b/examples/server/failure.php new file mode 100644 index 0000000..683ee24 --- /dev/null +++ b/examples/server/failure.php @@ -0,0 +1,11 @@ +<?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 |