PHP Classes

File: web/SSO/modules/consent/www/logout_completed.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/consent/www/logout_completed.php   Download  
File: web/SSO/modules/consent/www/logout_completed.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 263 bytes
 

Contents

Class file image Download
<?php
/**
 * This is the handler for logout completed from the consent page.
 *
 * @package simpleSAMLphp
 */

$globalConfig = SimpleSAML_Configuration::getInstance();
$t = new SimpleSAML_XHTML_Template($globalConfig, 'consent:logout_completed.php');
$t->show();