From d1b95affb29cd12caba5c99880810d0544296190 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 24 Feb 2009 07:45:05 +0000
Subject: [PATCH] clean

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1309 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/sanitycheck/www/index.php | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/modules/sanitycheck/www/index.php b/modules/sanitycheck/www/index.php
index 392b7eeab..b177bae6e 100644
--- a/modules/sanitycheck/www/index.php
+++ b/modules/sanitycheck/www/index.php
@@ -4,9 +4,6 @@
 $config = SimpleSAML_Configuration::getInstance();
 $sconfig = $config->copyFromBase('sconfig', 'config-sanitycheck.php');
 
-
-
-
 $info = array();
 $errors = array();
 $hookinfo = array(
@@ -26,10 +23,8 @@ if (isset($_REQUEST['output']) && $_REQUEST['output'] == 'text') {
 	exit;
 }
 
-$config = SimpleSAML_Configuration::getInstance();
+
 $t = new SimpleSAML_XHTML_Template($config, 'sanitycheck:check-tpl.php');
 $t->data['errors'] = $errors;
 $t->data['info'] = $info;
 $t->show();
-
-?>
\ No newline at end of file
-- 
GitLab