diff options
Diffstat (limited to 'examples/server/success.php')
-rw-r--r-- | examples/server/success.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/server/success.php b/examples/server/success.php new file mode 100644 index 0000000..70031c2 --- /dev/null +++ b/examples/server/success.php @@ -0,0 +1,11 @@ +<?php +require_once "common.php"; + +$target = $success_identity; +$type = 'return success'; +$other_type = 'cancel'; +$title = 'Success Identity Page'; +$other = $failure_identity; + +require "idpage.inc"; +?>
\ No newline at end of file |