PHP Classes

File: web/SSO/modules/negotiate/templates/disable.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/negotiate/templates/disable.php   Download  
File: web/SSO/modules/negotiate/templates/disable.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: 578 bytes
 

Contents

Class file image Download
<?php

/**
 *
 *
 * @author Mathias Meisfjordskar, University of Oslo.
 * <mathias.meisfjordskar@usit.uio.no>
 * @package simpleSAMLphp
 */
$this->includeAtTemplateBase('includes/header.php');
?>
<h1><?php echo $this->t('{negotiate:negotiate:disable_title}'); ?></h1>
<?php
$url
= SimpleSAML_Module::getModuleURL('negotiate/enable.php');
?>
<?php
echo $this->t('{negotiate:negotiate:disable_info_pre}', array('URL' => htmlspecialchars($url))); ?>

<?php echo $this->t('{negotiate:negotiate:info_post}'); ?>

<?php $this->includeAtTemplateBase('includes/footer.php'); ?>