summaryrefslogtreecommitdiffstats
path: root/examples/server/success.php
blob: 70031c2a8d29445edb0ad9d2e84541b93bd405f7 (plain)
1
2
3
4
5
6
7
8
9
10
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";
?>