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