ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Variables | |
$config = SimpleSAML_Configuration::getInstance() | |
if(!empty($_FILES['xmlfile']['tmp_name'])) elseif(array_key_exists('xmldata', $_POST)) if(!empty($xmldata)) | else |
$output = array() | |
$template = new SimpleSAML_XHTML_Template($config, 'metadata-converter.php', 'admin') | |
$template | data ['clipboard.js'] = true |
$template | data ['xmldata'] = $xmldata |
$template | data ['output'] = $output |
$config = SimpleSAML_Configuration::getInstance() |
Definition at line 7 of file metadata-converter.php.
$output = array() |
Definition at line 51 of file metadata-converter.php.
$template = new SimpleSAML_XHTML_Template($config, 'metadata-converter.php', 'admin') |
Definition at line 54 of file metadata-converter.php.
$template data[ 'clipboard.js'] = true |
Definition at line 55 of file metadata-converter.php.
$template data[ 'xmldata'] = $xmldata |
Definition at line 56 of file metadata-converter.php.
$template data[ 'output'] = $output |
Definition at line 57 of file metadata-converter.php.
if (!empty( $_FILES[ 'xmlfile'][ 'tmp_name'])) elseif (array_key_exists( 'xmldata', $_POST)) if (!empty( $xmldata)) else |
Definition at line 49 of file metadata-converter.php.