PHP Classes

File: web/SSO/modules/metaedit/www/xmlimport.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/metaedit/www/xmlimport.php   Download  
File: web/SSO/modules/metaedit/www/xmlimport.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: 270 bytes
 

Contents

Class file image Download
<?php


/* Load simpleSAMLphp, configuration and metadata */
$config = SimpleSAML_Configuration::getInstance();
$session = SimpleSAML_Session::getSessionFromRequest();

$template = new SimpleSAML_XHTML_Template($config, 'metaedit:xmlimport.tpl.php');
$template->show();