Skip to content
Snippets Groups Projects
Commit 69116c46 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

cleanup

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@941 44740490-163a-0410-bde0-09ae8108e29a
parent edd87906
No related branches found
No related tags found
No related merge requests found
......@@ -7,16 +7,12 @@ $this->includeAtTemplateBase('includes/header.php');
<h2><?php echo $this->data['header']; ?></h2>
<?php
if(array_key_exists('idpsend', $this->data) && is_array($this->data['idpsend']) && count($this->data['idpsend']) > 0 ) {
if ($this->data['adminok']) {
# $param = array('%FEDERATION%' => $this->data['federationname']);
?>
<div style="border: 1px solid #444; margin: .5em 2em .5em 2em; padding: .5em 1em 1em 1em; background: #FFFFCC">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment