Skip to content

Commit d1b95af

Browse files
clean
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1309 44740490-163a-0410-bde0-09ae8108e29a
1 parent c47ca19 commit d1b95af

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

modules/sanitycheck/www/index.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
$config = SimpleSAML_Configuration::getInstance();
55
$sconfig = $config->copyFromBase('sconfig', 'config-sanitycheck.php');
66

7-
8-
9-
107
$info = array();
118
$errors = array();
129
$hookinfo = array(
@@ -26,10 +23,8 @@
2623
exit;
2724
}
2825

29-
$config = SimpleSAML_Configuration::getInstance();
26+
3027
$t = new SimpleSAML_XHTML_Template($config, 'sanitycheck:check-tpl.php');
3128
$t->data['errors'] = $errors;
3229
$t->data['info'] = $info;
3330
$t->show();
34-
35-
?>

0 commit comments

Comments
 (0)