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

clean

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1309 44740490-163a-0410-bde0-09ae8108e29a
parent c47ca197
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,6 @@ ...@@ -4,9 +4,6 @@
$config = SimpleSAML_Configuration::getInstance(); $config = SimpleSAML_Configuration::getInstance();
$sconfig = $config->copyFromBase('sconfig', 'config-sanitycheck.php'); $sconfig = $config->copyFromBase('sconfig', 'config-sanitycheck.php');
$info = array(); $info = array();
$errors = array(); $errors = array();
$hookinfo = array( $hookinfo = array(
...@@ -26,10 +23,8 @@ if (isset($_REQUEST['output']) && $_REQUEST['output'] == 'text') { ...@@ -26,10 +23,8 @@ if (isset($_REQUEST['output']) && $_REQUEST['output'] == 'text') {
exit; exit;
} }
$config = SimpleSAML_Configuration::getInstance();
$t = new SimpleSAML_XHTML_Template($config, 'sanitycheck:check-tpl.php'); $t = new SimpleSAML_XHTML_Template($config, 'sanitycheck:check-tpl.php');
$t->data['errors'] = $errors; $t->data['errors'] = $errors;
$t->data['info'] = $info; $t->data['info'] = $info;
$t->show(); $t->show();
?>
\ No newline at end of file
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